From: Konrad Scherer Date: Thu, 24 Oct 2013 15:17:00 +0000 (-0400) Subject: cracklib: cracklib-native should not depend on zlib X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9ad26e3ca05b5aef6e27d7ab7aead8a3bbc16e4f;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git cracklib: cracklib-native should not depend on zlib (From OE-Core rev: 89d7d46947d9bb8c7bf568c65e52d5bbe159027f) Signed-off-by: Konrad Scherer Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-extended/cracklib/cracklib_2.9.0.bb b/meta/recipes-extended/cracklib/cracklib_2.9.0.bb index 34c2ff1c4c2..bbf88bba185 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" EXTRA_OECONF = "--without-python --libdir=${base_libdir}"