]> code.ossystems Code Review - openembedded-core.git/commit
expat: use gzip-native for unpack
authorKevin Tian <kevin.tian@intel.com>
Fri, 23 Jul 2010 07:17:06 +0000 (15:17 +0800)
committerRichard Purdie <rpurdie@linux.intel.com>
Fri, 23 Jul 2010 23:01:23 +0000 (00:01 +0100)
commit0ff62b0462f3f64672bd4704de9a192eb1a730d1
tree1774913dd648d1ae62a4a189ea65b541309d4365
parentf23b594087dba38054a3001e66390d462fa61cbb
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 <kevin.tian@intel.com>
meta/conf/distro/include/poky-default.inc
meta/packages/expat/expat.inc
meta/packages/expat/expat_2.0.1.bb