]> code.ossystems Code Review - openembedded-core.git/commit
tcl-native: Depend on zlib-native
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 4 Feb 2014 10:40:35 +0000 (10:40 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 4 Feb 2014 10:59:46 +0000 (10:59 +0000)
commitb01db0424b9cf73e51808f57043710a1c665b2c5
treed08b67358815c169f09d1c2e61da3d4e1d117bb2
parent9dee6c2fe0d1882521c0f9a6998257a652845854
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.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/tcltk/tcl_8.6.1.bb