From: Denys Zagorui Date: Wed, 4 Sep 2019 10:41:48 +0000 (+0000) Subject: gzip: add nativesdk support X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=05a10206805798f34c889dce3ca957e1b9a53786;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git gzip: add nativesdk support (From OE-Core rev: 9b2d7219e4cb2701f4252fbb98e6ecaab3221107) Signed-off-by: Denys Zagorui Signed-off-by: Ross Burton Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-extended/gzip/gzip_1.10.bb b/meta/recipes-extended/gzip/gzip_1.10.bb index 5ab99d0b1da..50dad7bf58c 100644 --- a/meta/recipes-extended/gzip/gzip_1.10.bb +++ b/meta/recipes-extended/gzip/gzip_1.10.bb @@ -14,7 +14,7 @@ PROVIDES_append_class-native = " gzip-replacement-native" RDEPENDS_${PN}-ptest += "make perl perl-ptest grep diffutils" -BBCLASSEXTEND = "native" +BBCLASSEXTEND = "native nativesdk" inherit ptest