]> code.ossystems Code Review - openembedded-core.git/commitdiff
expat: upgrade to 2.0.1
authorKevin Tian <kevin.tian@intel.com>
Wed, 7 Jul 2010 02:26:50 +0000 (10:26 +0800)
committerSaul Wold <Saul.Wold@intel.com>
Fri, 9 Jul 2010 04:05:40 +0000 (21:05 -0700)
[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>
meta/packages/expat/expat-2.0.1/autotools.patch [moved from meta/packages/expat/expat-2.0.0/autotools.patch with 78% similarity]
meta/packages/expat/expat.inc
meta/packages/expat/expat_2.0.1.bb [moved from meta/packages/expat/expat_2.0.0.bb with 80% similarity]

similarity index 78%
rename from meta/packages/expat/expat-2.0.0/autotools.patch
rename to meta/packages/expat/expat-2.0.1/autotools.patch
index 77aee3a833a39636412423f014e75352e92a9569..ff1578f47e776d91c4576ab87e115b51baa546f0 100644 (file)
@@ -1,3 +1,7 @@
+# avoid to use expat's own *.m4
+#
+# comment added by Kevin Tian <kevin.tian@intel.com>, 2010-07-07
+
 diff -bur expat-2.0.0~orig/configure.in expat-2.0.0/configure.in
 --- expat-2.0.0~orig/configure.in      2006-01-10 19:10:46.000000000 -0600
 +++ expat-2.0.0/configure.in   2006-02-10 19:12:24.000000000 -0600
index df2243ad0d9546f2fc386dfc47244726dd834e46..d47e3406298d060194202419e330a653e844244b 100644 (file)
@@ -3,9 +3,7 @@ HOMEPAGE = "http://expat.sourceforge.net/"
 SECTION = "libs"
 LICENSE = "MIT"
 
-SRC_URI = "${SOURCEFORGE_MIRROR}/expat/expat-${PV}.tar.gz \
-         "
-export LTCC = "${CC}"
+SRC_URI = "${SOURCEFORGE_MIRROR}/expat/expat-${PV}.tar.gz"
 
 inherit autotools
 
similarity index 80%
rename from meta/packages/expat/expat_2.0.0.bb
rename to meta/packages/expat/expat_2.0.1.bb
index a946d9ab5076c25446763f5d2ba4697365d746f4..da2682e41fa0801363ab8f5d23e52b68744db376 100644 (file)
@@ -1,5 +1,5 @@
 require expat.inc
-PR = "r3"
+PR = "r0"
 
 SRC_URI += "file://autotools.patch;"
 
@@ -7,7 +7,6 @@ inherit lib_package
 
 do_configure_prepend () {
        rm -f ${S}/conftools/libtool.m4
-       touch ${S}/conftools/libtool.m4
 }
 
 BBCLASSEXTEND = "native nativesdk"