]> code.ossystems Code Review - openembedded-core.git/commitdiff
pigz: Ensure DEPENDS on zlib exists for native and target versions
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 18 Mar 2012 00:02:22 +0000 (00:02 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 19 Mar 2012 13:42:12 +0000 (13:42 +0000)
This avoids a build failure for the target version when zlib hasn't built yet.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-extended/pigz/pigz.inc

index acf1b7113478bfbe34c84695599566cb2e4fba5d..5fda8cabfb688415c4ec2803d5779c84753ac1f4 100644 (file)
@@ -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}