1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-08 05:09:24 +00:00

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>
This commit is contained in:
Richard Purdie
2012-03-18 00:02:22 +00:00
parent 99b1c63964
commit a9873f12e5
+1 -1
View 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}