summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/tcltk
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2014-02-04 10:40:35 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-02-04 11:00:45 +0000
commit6b7b9ea316d0ddf4e9ab27d96ecad2f8ae5dc1c8 (patch)
tree5ee6f3976a9e6e11c24fc5a63edfc4bbd3554105 /meta/recipes-devtools/tcltk
parent76f52a81f600fe7dfee0987db361e973b9ab71f8 (diff)
downloadast2050-yocto-poky-6b7b9ea316d0ddf4e9ab27d96ecad2f8ae5dc1c8.zip
ast2050-yocto-poky-6b7b9ea316d0ddf4e9ab27d96ecad2f8ae5dc1c8.tar.gz
tcl-native: Depend on zlib-native
tcl can use its internal zlib. If it detects zlib during configure, then it gets removed from the sysroot during the build (since its no in DEPENDS), it causes build failures. Worse, if the configure test fails to find zlib, it still appents -lz to the other autoconf tests meaning several fail when they shouldn't. This results in conflicts with system macros and other bizarre issues. The easiest fix is to depend on zlib-native and make things determinstic. (From OE-Core rev: b01db0424b9cf73e51808f57043710a1c665b2c5) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/tcltk')
-rw-r--r--meta/recipes-devtools/tcltk/tcl_8.6.1.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/tcltk/tcl_8.6.1.bb b/meta/recipes-devtools/tcltk/tcl_8.6.1.bb
index 662261b..79a3f08 100644
--- a/meta/recipes-devtools/tcltk/tcl_8.6.1.bb
+++ b/meta/recipes-devtools/tcltk/tcl_8.6.1.bb
@@ -33,7 +33,7 @@ VER = "8.6.1"
inherit autotools ptest
-DEPENDS_class-native = ""
+DEPENDS_class-native = "zlib-native"
EXTRA_OECONF = "--enable-threads --disable-rpath --libdir=${libdir}"
OpenPOWER on IntegriCloud