diff options
author | Ross Burton <ross@openedhand.com> | 2007-03-05 10:05:41 +0000 |
---|---|---|
committer | Ross Burton <ross@openedhand.com> | 2007-03-05 10:05:41 +0000 |
commit | 01be89c86dfa809fb256d87a3899aa99cfd969ba (patch) | |
tree | 5b79a8204f019243002d2bfcadf523ebb0076664 /meta/packages/expat/expat_1.95.7.bb | |
parent | 3351a60de8d80b04da9ce5d7edaeeefb18f16c21 (diff) | |
download | poky-01be89c86dfa809fb256d87a3899aa99cfd969ba.tar.gz |
Update to expat 2.0 (from OE)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1327 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/expat/expat_1.95.7.bb')
-rw-r--r-- | meta/packages/expat/expat_1.95.7.bb | 12 |
1 files changed, 3 insertions, 9 deletions
diff --git a/meta/packages/expat/expat_1.95.7.bb b/meta/packages/expat/expat_1.95.7.bb index c3bbb8981b..a4dda4dcb6 100644 --- a/meta/packages/expat/expat_1.95.7.bb +++ b/meta/packages/expat/expat_1.95.7.bb | |||
@@ -1,15 +1,9 @@ | |||
1 | SECTION = "libs" | 1 | require expat.inc |
2 | DESCRIPTION = "Jim Clarkes XML parser library." | ||
3 | HOMEPAGE = "http://expat.sourceforge.net/" | ||
4 | LICENSE = "MIT" | ||
5 | PR = "r1" | 2 | PR = "r1" |
6 | 3 | ||
7 | SRC_URI = "${SOURCEFORGE_MIRROR}/expat/expat-${PV}.tar.gz \ | 4 | SRC_URI += "file://autotools.patch;patch=1" |
8 | file://autotools.patch;patch=1" | ||
9 | S = "${WORKDIR}/expat-${PV}" | ||
10 | 5 | ||
11 | inherit autotools lib_package | 6 | inherit lib_package |
12 | export LTCC = "${CC}" | ||
13 | 7 | ||
14 | do_configure () { | 8 | do_configure () { |
15 | rm -f ${S}/conftools/libtool.m4 | 9 | rm -f ${S}/conftools/libtool.m4 |