aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/expat/expat.inc
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2017-01-27 12:34:40 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-01-28 23:31:17 +0000
commit39865fdf3698a130f792d41853f9c9ca1901e335 (patch)
tree0fb4f478794c09e00382c646f5bcc30138ca97e3 /meta/recipes-core/expat/expat.inc
parentd04f0363a1e8ae641da3e80ffbd4c8803cb1c91a (diff)
downloadopenembedded-core-contrib-39865fdf3698a130f792d41853f9c9ca1901e335.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. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/expat/expat.inc')
-rw-r--r--meta/recipes-core/expat/expat.inc6
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"
SRC_URI = "${SOURCEFORGE_MIRROR}/expat/expat-${PV}.tar.bz2 \
file://autotools.patch \
"
-
-inherit autotools lib_package gzipnative
+inherit autotools lib_package
# This package uses an archive format known to have issue with some
# versions of gzip
-do_unpack[depends] += "gzip-native:do_populate_sysroot"
+DEPENDS += "pigz-native"
+do_unpack[depends] += "pigz-native:do_populate_sysroot"
do_configure_prepend () {
rm -f ${S}/conftools/libtool.m4