diff options
| author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-01-27 12:34:40 +0000 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-01-28 23:32:16 +0000 |
| commit | ab0f46400c113c0d893be872727a67739d5e794d (patch) | |
| tree | 67d0e9dc84bccdb51a642efec451a2e69b06494b /meta/classes/image.bbclass | |
| parent | e6e0ac4fb8d98b2043e19e76d5c7409a74236e86 (diff) | |
| download | poky-ab0f46400c113c0d893be872727a67739d5e794d.tar.gz | |
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 <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/classes/image.bbclass')
| -rw-r--r-- | meta/classes/image.bbclass | 2 |
1 files changed, 0 insertions, 2 deletions
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}" | |||
| 9 | TOOLCHAIN_TARGET_TASK_ATTEMPTONLY += "${PACKAGE_INSTALL_ATTEMPTONLY}" | 9 | TOOLCHAIN_TARGET_TASK_ATTEMPTONLY += "${PACKAGE_INSTALL_ATTEMPTONLY}" |
| 10 | POPULATE_SDK_POST_TARGET_COMMAND += "rootfs_sysroot_relativelinks; " | 10 | POPULATE_SDK_POST_TARGET_COMMAND += "rootfs_sysroot_relativelinks; " |
| 11 | 11 | ||
| 12 | inherit gzipnative | ||
| 13 | |||
| 14 | LICENSE = "MIT" | 12 | LICENSE = "MIT" |
| 15 | PACKAGES = "" | 13 | PACKAGES = "" |
| 16 | DEPENDS += "${MLPREFIX}qemuwrapper-cross depmodwrapper-cross" | 14 | DEPENDS += "${MLPREFIX}qemuwrapper-cross depmodwrapper-cross" |
