From: Richard Purdie Date: Sun, 18 Mar 2012 00:02:22 +0000 (+0000) Subject: pigz: Ensure DEPENDS on zlib exists for native and target versions X-Git-Tag: 2015-4~11326 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=3b0a69a99a3a56aa88d69c9288b17a38fa9956b8;p=openembedded-core.git pigz: Ensure DEPENDS on zlib exists for native and target versions This avoids a build failure for the target version when zlib hasn't built yet. Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-extended/pigz/pigz.inc b/meta/recipes-extended/pigz/pigz.inc index acf1b71134..5fda8cabfb 100644 --- a/meta/recipes-extended/pigz/pigz.inc +++ b/meta/recipes-extended/pigz/pigz.inc @@ -12,7 +12,7 @@ SRC_URI = "http://zlib.net/pigz/pigz-${PV}.tar.gz \ PROVIDES_virtclass-native += "gzip-native" -DEPENDS_virtclass-native = "zlib-native" +DEPENDS = "zlib" do_install () { install -d ${D}${bindir}