diff options
Diffstat (limited to 'meta/recipes-devtools')
-rw-r--r-- | meta/recipes-devtools/expect/expect_5.45.4.bb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta/recipes-devtools/expect/expect_5.45.4.bb b/meta/recipes-devtools/expect/expect_5.45.4.bb index 96eacd9293..5f59083ad2 100644 --- a/meta/recipes-devtools/expect/expect_5.45.4.bb +++ b/meta/recipes-devtools/expect/expect_5.45.4.bb | |||
@@ -44,9 +44,9 @@ do_install_append() { | |||
44 | } | 44 | } |
45 | 45 | ||
46 | # Apparently the public Tcl headers are only in /usr/include/tcl8.6 | 46 | # Apparently the public Tcl headers are only in /usr/include/tcl8.6 |
47 | # when building for the target. | 47 | # when building for the target and nativesdk. |
48 | TCL_INCLUDE_PATH = "" | 48 | TCL_INCLUDE_PATH = "--with-tclinclude=${STAGING_INCDIR}/tcl8.6" |
49 | TCL_INCLUDE_PATH_class-target = "--with-tclinclude=${STAGING_INCDIR}/tcl8.6" | 49 | TCL_INCLUDE_PATH_class-native = "" |
50 | 50 | ||
51 | EXTRA_OECONF += "--with-tcl=${STAGING_LIBDIR} \ | 51 | EXTRA_OECONF += "--with-tcl=${STAGING_LIBDIR} \ |
52 | --enable-shared \ | 52 | --enable-shared \ |