summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/expat
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@intel.com>2018-02-05 17:40:38 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-02-16 18:05:38 +0000
commit97df5555baae444406e222f6b6df0bdbf13bf0b8 (patch)
tree5099b25c1e214041c0bff6e0a974ff3998ecbc21 /meta/recipes-core/expat
parenta046b8555cf1e935c2834ce653d3eb9588b55dc9 (diff)
downloadpoky-97df5555baae444406e222f6b6df0bdbf13bf0b8.tar.gz
expat: remove old workaround for expat tarball
Back in 2010 the expat 2.0.1 tarball wouldn't unpack correctly with old gzip releases (prior to 1.4). The fix was to explicitly depend on gzip-native to use our binary instead of the host[1]. We don't ship expat 2.0.1 anymore, and even Centos 7 ships gzip 1.5, so this workaround can be removed. [1] oe-core 0ff62b0462f3f64672bd4704de9a192eb1a730d1 (From OE-Core rev: adc3da99a50c3eb1a1625990e563b7d37f29e3ba) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/expat')
-rw-r--r--meta/recipes-core/expat/expat_2.2.5.bb5
1 files changed, 0 insertions, 5 deletions
diff --git a/meta/recipes-core/expat/expat_2.2.5.bb b/meta/recipes-core/expat/expat_2.2.5.bb
index f7a5b36ac7..bce59298e5 100644
--- a/meta/recipes-core/expat/expat_2.2.5.bb
+++ b/meta/recipes-core/expat/expat_2.2.5.bb
@@ -18,11 +18,6 @@ SRC_URI[sha256sum] = "d9dc32efba7e74f788fcc4f212a43216fc37cf5f23f4c2339664d47335
18 18
19inherit autotools lib_package 19inherit autotools lib_package
20 20
21# This package uses an archive format known to have issue with some
22# versions of gzip
23DEPENDS += "pigz-native"
24do_unpack[depends] += "pigz-native:do_populate_sysroot"
25
26do_configure_prepend () { 21do_configure_prepend () {
27 rm -f ${S}/conftools/libtool.m4 22 rm -f ${S}/conftools/libtool.m4
28} 23}