mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-01 13:40:04 +00:00
tk: update the parameter for --with-tcl
Update the parameter for --with-tcl to fix below do_configure issue: $ bitbake tk-native | checking for Tcl configuration... configure: error: /mybuild/tmp/work/x86_64-linux/tk-native/8.6.8-r0/recipe-sysroot-native/usr/bin directory doesn't contain tclConfig.sh Signed-off-by: Mingli Yu <Mingli.Yu@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -42,7 +42,7 @@ REQUIRED_DISTRO_FEATURES = "x11"
|
|||||||
EXTRA_OECONF = "\
|
EXTRA_OECONF = "\
|
||||||
--enable-threads \
|
--enable-threads \
|
||||||
--with-x \
|
--with-x \
|
||||||
--with-tcl=${STAGING_BINDIR_CROSS} \
|
--with-tcl=${STAGING_BINDIR}/crossscripts \
|
||||||
--libdir=${libdir} \
|
--libdir=${libdir} \
|
||||||
"
|
"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user