From: Konrad Scherer Date: Thu, 24 Oct 2013 15:17:00 +0000 (-0400) Subject: cracklib: cracklib-native should not depend on zlib X-Git-Tag: yocto-4.0~31187 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=89d7d46947d9bb8c7bf568c65e52d5bbe159027f;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git cracklib: cracklib-native should not depend on zlib 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}"