From 0ff62b0462f3f64672bd4704de9a192eb1a730d1 Mon Sep 17 00:00:00 2001 From: Kevin Tian Date: Fri, 23 Jul 2010 15:17:06 +0800 Subject: expat: use gzip-native for unpack expat 2.0.1 archive is generated with DOS format, which causes CRC error for some version of gzip (<1.4), e.g. on Unbuntu 10.04. This commit adds do_unpack dependency to gzip-native, and thus to use local compiled binary to address this issue. Since 1.4 is a known version solving this issue, also specify a default version for gzip-native also move most lines into expat.inc as cleanup Signed-off-by: Kevin Tian --- meta/conf/distro/include/poky-default.inc | 3 +++ 1 file changed, 3 insertions(+) (limited to 'meta/conf/distro/include/poky-default.inc') diff --git a/meta/conf/distro/include/poky-default.inc b/meta/conf/distro/include/poky-default.inc index 0df5cf680..d7d70261f 100644 --- a/meta/conf/distro/include/poky-default.inc +++ b/meta/conf/distro/include/poky-default.inc @@ -42,6 +42,9 @@ PREFERRED_VERSION_glibc-nativesdk ?= "${GLIBCVERSION}" PREFERRED_VERSION_glibc-initial ?= "${GLIBCVERSION}" PREFERRED_VERSION_glibc-initial-nativesdk ?= "${GLIBCVERSION}" PREFERRED_VERSION_elfutils ?= "0.148" +# don't use version earlier than 1.4 for gzip-native, as it's necessary for +# some packages using an archive format incompatible with earlier gzip +PREFERRED_VERSION_gzip-native ?= "1.4" require conf/distro/include/as-needed.inc -- cgit v1.2.3