summaryrefslogtreecommitdiffstats
path: root/meta/packages/expat/expat_2.0.0.bb
diff options
context:
space:
mode:
authorKevin Tian <kevin.tian@intel.com>2010-07-07 10:26:50 +0800
committerSaul Wold <Saul.Wold@intel.com>2010-07-08 21:05:40 -0700
commit5dcefd18d60b01be84fb1b32ea759613d5216a5f (patch)
tree93b37f922cdd50aa3f09335e1929d0bbd4b294c3 /meta/packages/expat/expat_2.0.0.bb
parentcf3796f66318074737bbf9e0b43da8063f9fe43a (diff)
downloadpoky-5dcefd18d60b01be84fb1b32ea759613d5216a5f.tar.gz
expat: upgrade to 2.0.1
[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>
Diffstat (limited to 'meta/packages/expat/expat_2.0.0.bb')
-rw-r--r--meta/packages/expat/expat_2.0.0.bb13
1 files changed, 0 insertions, 13 deletions
diff --git a/meta/packages/expat/expat_2.0.0.bb b/meta/packages/expat/expat_2.0.0.bb
deleted file mode 100644
index a946d9ab50..0000000000
--- a/meta/packages/expat/expat_2.0.0.bb
+++ /dev/null
@@ -1,13 +0,0 @@
1require expat.inc
2PR = "r3"
3
4SRC_URI += "file://autotools.patch;"
5
6inherit lib_package
7
8do_configure_prepend () {
9 rm -f ${S}/conftools/libtool.m4
10 touch ${S}/conftools/libtool.m4
11}
12
13BBCLASSEXTEND = "native nativesdk"