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/recipes-core | |
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/recipes-core')
-rw-r--r-- | meta/recipes-core/expat/expat.inc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta/recipes-core/expat/expat.inc b/meta/recipes-core/expat/expat.inc index fe9d7e74f0..9fa0ca2eb3 100644 --- a/meta/recipes-core/expat/expat.inc +++ b/meta/recipes-core/expat/expat.inc | |||
@@ -7,12 +7,12 @@ LICENSE = "MIT" | |||
7 | SRC_URI = "${SOURCEFORGE_MIRROR}/expat/expat-${PV}.tar.bz2 \ | 7 | SRC_URI = "${SOURCEFORGE_MIRROR}/expat/expat-${PV}.tar.bz2 \ |
8 | file://autotools.patch \ | 8 | file://autotools.patch \ |
9 | " | 9 | " |
10 | 10 | inherit autotools lib_package | |
11 | inherit autotools lib_package gzipnative | ||
12 | 11 | ||
13 | # This package uses an archive format known to have issue with some | 12 | # This package uses an archive format known to have issue with some |
14 | # versions of gzip | 13 | # versions of gzip |
15 | do_unpack[depends] += "gzip-native:do_populate_sysroot" | 14 | DEPENDS += "pigz-native" |
15 | do_unpack[depends] += "pigz-native:do_populate_sysroot" | ||
16 | 16 | ||
17 | do_configure_prepend () { | 17 | do_configure_prepend () { |
18 | rm -f ${S}/conftools/libtool.m4 | 18 | rm -f ${S}/conftools/libtool.m4 |