summaryrefslogtreecommitdiff
path: root/meta/packages/expat/expat_2.0.1.bb
Commit message (Collapse)AuthorAgeFilesLines
* expat: use gzip-native for unpackKevin Tian2010-07-241-10/+1
| | | | | | | | | | | | | 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>
* expat: upgrade to 2.0.1Kevin Tian2010-07-081-0/+12
[Patches] KEEP _autotools.patch_: avoid using expat's own libtool.m4. add comment [Recipe] - fix SRC_URI format - no need to export LTCC, as the default will be ${CC} - no need to touch libtool.m4 Signed-off-by: Kevin Tian <kevin.tian@intel.com>