diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-03-18 00:02:22 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-03-19 14:37:46 +0000 |
commit | a9873f12e5ba11e1307440901d07e9642e9f53bf (patch) | |
tree | 2fe1b7c1133aa9cf9041623f891062fe28afef7d /meta | |
parent | 99b1c63964c2d87c470b9213332046750e3a2060 (diff) | |
download | poky-a9873f12e5ba11e1307440901d07e9642e9f53bf.tar.gz |
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.
(From OE-Core rev: 3b0a69a99a3a56aa88d69c9288b17a38fa9956b8)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-extended/pigz/pigz.inc | 2 |
1 files changed, 1 insertions, 1 deletions
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 \ | |||
12 | 12 | ||
13 | PROVIDES_virtclass-native += "gzip-native" | 13 | PROVIDES_virtclass-native += "gzip-native" |
14 | 14 | ||
15 | DEPENDS_virtclass-native = "zlib-native" | 15 | DEPENDS = "zlib" |
16 | 16 | ||
17 | do_install () { | 17 | do_install () { |
18 | install -d ${D}${bindir} | 18 | install -d ${D}${bindir} |