From 39865fdf3698a130f792d41853f9c9ca1901e335 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. Signed-off-by: Richard Purdie --- meta/classes/image.bbclass | 2 -- 1 file changed, 2 deletions(-) (limited to 'meta/classes/image.bbclass') diff --git a/meta/classes/image.bbclass b/meta/classes/image.bbclass index 71b7ebc958..4d50601bb2 100644 --- a/meta/classes/image.bbclass +++ b/meta/classes/image.bbclass @@ -9,8 +9,6 @@ TOOLCHAIN_TARGET_TASK += "${PACKAGE_INSTALL}" TOOLCHAIN_TARGET_TASK_ATTEMPTONLY += "${PACKAGE_INSTALL_ATTEMPTONLY}" POPULATE_SDK_POST_TARGET_COMMAND += "rootfs_sysroot_relativelinks; " -inherit gzipnative - LICENSE = "MIT" PACKAGES = "" DEPENDS += "${MLPREFIX}qemuwrapper-cross depmodwrapper-cross" -- cgit 1.2.3-korg