On 10/24/2013 02:56 PM, Saul Wold wrote:
On 10/24/2013 08:17 AM, Konrad Scherer wrote:
From: Konrad Scherer <[email protected]>

Signed-off-by: Konrad Scherer <[email protected]>
---
  meta/recipes-extended/cracklib/cracklib_2.9.0.bb | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-extended/cracklib/cracklib_2.9.0.bb
b/meta/recipes-extended/cracklib/cracklib_2.9.0.bb
index 34c2ff1..bbf88bb 100644
--- a/meta/recipes-extended/cracklib/cracklib_2.9.0.bb
+++ b/meta/recipes-extended/cracklib/cracklib_2.9.0.bb
@@ -5,7 +5,7 @@ LICENSE = "LGPLv2.1+"
  LIC_FILES_CHKSUM =
"file://COPYING.LIB;md5=e3eda01d9815f8d24aae2dbd89b68b06"

  DEPENDS = "cracklib-native zlib"
-DEPENDS_class-native = "zlib"
+DEPENDS_class-native = "zlib-native"

This is actually needed since cracklib has a configure test for zlib.h,
with no way to disable it. So without the zlib-native the build will be
non-determinstic, since depending on the existance of zlib.h configure
output will be different.

Never mind, I mis-read what you where doing.

I will pull it into mut!

Serves me right for doing this late at night!

Sau!

Thanks
     Sau!



  EXTRA_OECONF = "--without-python --libdir=${base_libdir}"


_______________________________________________
Openembedded-core mailing list
[email protected]
http://lists.openembedded.org/mailman/listinfo/openembedded-core


_______________________________________________
Openembedded-core mailing list
[email protected]
http://lists.openembedded.org/mailman/listinfo/openembedded-core

Reply via email to