From ab0f46400c113c0d893be872727a67739d5e794d Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Fri, 27 Jan 2017 12:34:40 +0000 Subject: gzip/pigz/expat/image: Simplify gzip-native/pigz-native With recipe specific sysroots, the gzip-replacement-native dance/class is obsolete, simplify the code accordingly. (From OE-Core rev: 39865fdf3698a130f792d41853f9c9ca1901e335) Signed-off-by: Richard Purdie --- meta/recipes-extended/pigz/pigz_2.3.4.bb | 2 -- 1 file changed, 2 deletions(-) (limited to 'meta/recipes-extended/pigz') diff --git a/meta/recipes-extended/pigz/pigz_2.3.4.bb b/meta/recipes-extended/pigz/pigz_2.3.4.bb index 87b61bfb29..53c56c5947 100644 --- a/meta/recipes-extended/pigz/pigz_2.3.4.bb +++ b/meta/recipes-extended/pigz/pigz_2.3.4.bb @@ -7,7 +7,5 @@ SRC_URI = "https://github.com/madler/pigz/archive/v${PV}.tar.gz" SRC_URI[md5sum] = "c109057050b15edf3eb9bb4d0805235e" SRC_URI[sha256sum] = "763f2fdb203aa0b7b640e63385e38e5dd4e5aaa041bc8e42aa96f2ef156b06e8" -NATIVE_PACKAGE_PATH_SUFFIX = "/${PN}" - BBCLASSEXTEND = "native nativesdk" -- cgit v1.2.3-54-g00ecf