diff options
| author | Mingli Yu <Mingli.Yu@windriver.com> | 2018-11-14 15:47:46 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2018-11-14 21:06:57 -0800 |
| commit | 013caade56df149c803cd9f54e6e80f801a35372 (patch) | |
| tree | 8b3b2c57c755ffe45948d9bd4b8d2a6b7a4156b8 | |
| parent | a6b54785e4ae14c80f7ea1b889fc35dd3da28147 (diff) | |
| download | meta-openembedded-013caade56df149c803cd9f54e6e80f801a35372.tar.gz | |
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>
| -rw-r--r-- | meta-oe/recipes-devtools/tcltk/tk_8.6.8.bb | 2 |
1 files changed, 1 insertions, 1 deletions
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" | |||
| 42 | EXTRA_OECONF = "\ | 42 | EXTRA_OECONF = "\ |
| 43 | --enable-threads \ | 43 | --enable-threads \ |
| 44 | --with-x \ | 44 | --with-x \ |
| 45 | --with-tcl=${STAGING_BINDIR_CROSS} \ | 45 | --with-tcl=${STAGING_BINDIR}/crossscripts \ |
| 46 | --libdir=${libdir} \ | 46 | --libdir=${libdir} \ |
| 47 | " | 47 | " |
| 48 | 48 | ||
