From 5dcefd18d60b01be84fb1b32ea759613d5216a5f Mon Sep 17 00:00:00 2001 From: Kevin Tian Date: Wed, 7 Jul 2010 10:26:50 +0800 Subject: 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 --- meta/packages/expat/expat-2.0.1/autotools.patch | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 meta/packages/expat/expat-2.0.1/autotools.patch (limited to 'meta/packages/expat/expat-2.0.1') diff --git a/meta/packages/expat/expat-2.0.1/autotools.patch b/meta/packages/expat/expat-2.0.1/autotools.patch new file mode 100644 index 000000000..ff1578f47 --- /dev/null +++ b/meta/packages/expat/expat-2.0.1/autotools.patch @@ -0,0 +1,17 @@ +# avoid to use expat's own *.m4 +# +# comment added by Kevin Tian , 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 +@@ -50,9 +50,6 @@ + + AC_CONFIG_HEADER(expat_config.h) + +-sinclude(conftools/libtool.m4) +-sinclude(conftools/ac_c_bigendian_cross.m4) +- + AC_LIBTOOL_WIN32_DLL + AC_PROG_LIBTOOL + -- cgit v1.2.3