[oe-commits] Konrad Scherer : cracklib: cracklib-native should not depend on zlib

git at git.openembedded.org git at git.openembedded.org
Sun Oct 27 11:27:47 UTC 2013


Module: openembedded-core.git
Branch: master
Commit: 89d7d46947d9bb8c7bf568c65e52d5bbe159027f
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=89d7d46947d9bb8c7bf568c65e52d5bbe159027f

Author: Konrad Scherer <Konrad.Scherer at windriver.com>
Date:   Thu Oct 24 11:17:00 2013 -0400

cracklib: cracklib-native should not depend on zlib

Signed-off-by: Konrad Scherer <Konrad.Scherer at windriver.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 meta/recipes-extended/cracklib/cracklib_2.9.0.bb |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

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"
 
 EXTRA_OECONF = "--without-python --libdir=${base_libdir}"
 



More information about the Openembedded-commits mailing list