summaryrefslogtreecommitdiffstats
path: root/meta/packages/expat/expat.inc
diff options
context:
space:
mode:
authorRoss Burton <ross@openedhand.com>2007-03-05 10:05:41 +0000
committerRoss Burton <ross@openedhand.com>2007-03-05 10:05:41 +0000
commit01be89c86dfa809fb256d87a3899aa99cfd969ba (patch)
tree5b79a8204f019243002d2bfcadf523ebb0076664 /meta/packages/expat/expat.inc
parent3351a60de8d80b04da9ce5d7edaeeefb18f16c21 (diff)
downloadpoky-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.inc')
-rw-r--r--meta/packages/expat/expat.inc13
1 files changed, 13 insertions, 0 deletions
diff --git a/meta/packages/expat/expat.inc b/meta/packages/expat/expat.inc
new file mode 100644
index 0000000000..6d27b77b19
--- /dev/null
+++ b/meta/packages/expat/expat.inc
@@ -0,0 +1,13 @@
1DESCRIPTION = "Jim Clarkes XML parser library."
2HOMEPAGE = "http://expat.sf.net/"
3SECTION = "libs"
4LICENSE = "MIT"
5
6SRC_URI = "${SOURCEFORGE_MIRROR}/expat/expat-${PV}.tar.gz \
7 "
8S = "${WORKDIR}/expat-${PV}"
9
10export LTCC = "${CC}"
11
12inherit autotools
13