From: Denys Zagorui Date: Wed, 4 Sep 2019 10:41:48 +0000 (+0000) Subject: gzip: add nativesdk support X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~13370 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9b2d7219e4cb2701f4252fbb98e6ecaab3221107;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git gzip: add nativesdk support Signed-off-by: Denys Zagorui Signed-off-by: Ross Burton --- 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