diff options
author | Kevin Tian <kevin.tian@intel.com> | 2010-07-07 10:26:50 +0800 |
---|---|---|
committer | Saul Wold <Saul.Wold@intel.com> | 2010-07-08 21:05:40 -0700 |
commit | 5dcefd18d60b01be84fb1b32ea759613d5216a5f (patch) | |
tree | 93b37f922cdd50aa3f09335e1929d0bbd4b294c3 /meta/packages/expat/expat_2.0.0.bb | |
parent | cf3796f66318074737bbf9e0b43da8063f9fe43a (diff) | |
download | poky-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.bb | 13 |
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 @@ | |||
1 | require expat.inc | ||
2 | PR = "r3" | ||
3 | |||
4 | SRC_URI += "file://autotools.patch;" | ||
5 | |||
6 | inherit lib_package | ||
7 | |||
8 | do_configure_prepend () { | ||
9 | rm -f ${S}/conftools/libtool.m4 | ||
10 | touch ${S}/conftools/libtool.m4 | ||
11 | } | ||
12 | |||
13 | BBCLASSEXTEND = "native nativesdk" | ||