From 10127acafaf58cf044cc546a9d440091d494f931 Mon Sep 17 00:00:00 2001 From: Mingli Yu Date: Wed, 14 Nov 2018 15:47:46 +0800 Subject: 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 Signed-off-by: Khem Raj Signed-off-by: Armin Kuster --- meta-oe/recipes-devtools/tcltk/tk_8.6.8.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-oe/recipes-devtools/tcltk/tk_8.6.8.bb b/meta-oe/recipes-devtools/tcltk/tk_8.6.8.bb index 10281b28d1..d0f6fe0649 100644 --- a/meta-oe/recipes-devtools/tcltk/tk_8.6.8.bb +++ b/meta-oe/recipes-devtools/tcltk/tk_8.6.8.bb @@ -42,7 +42,7 @@ REQUIRED_DISTRO_FEATURES = "x11" EXTRA_OECONF = "\ --enable-threads \ --with-x \ - --with-tcl=${STAGING_BINDIR_CROSS} \ + --with-tcl=${STAGING_BINDIR}/crossscripts \ --libdir=${libdir} \ " -- cgit 1.2.3-korg