diff options
author | Marko Lindqvist <cazfi74@gmail.com> | 2012-05-11 00:43:51 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-05-16 07:34:28 +0100 |
commit | 120e29504caa88ce21a8a75a7cec8a2cb857e61b (patch) | |
tree | df3dfc5f6301a534212bb130f36b62b20f8a6134 /meta/recipes-core/expat | |
parent | 961db45af2932265af0b2c49b52da224decf63c7 (diff) | |
download | poky-120e29504caa88ce21a8a75a7cec8a2cb857e61b.tar.gz |
expat: update to upstream version 2.1.0
(From OE-Core rev: 445f2721f92bae4a9ae86e13f14775e924dc7f84)
Signed-off-by: Marko Lindqvist <cazfi74@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/expat')
-rw-r--r-- | meta/recipes-core/expat/expat-2.1.0/autotools.patch (renamed from meta/recipes-core/expat/expat-2.0.1/autotools.patch) | 13 | ||||
-rw-r--r-- | meta/recipes-core/expat/expat_2.0.1.bb | 6 | ||||
-rw-r--r-- | meta/recipes-core/expat/expat_2.1.0.bb | 6 |
3 files changed, 14 insertions, 11 deletions
diff --git a/meta/recipes-core/expat/expat-2.0.1/autotools.patch b/meta/recipes-core/expat/expat-2.1.0/autotools.patch index c0ac10b757..0e599697a6 100644 --- a/meta/recipes-core/expat/expat-2.0.1/autotools.patch +++ b/meta/recipes-core/expat/expat-2.1.0/autotools.patch | |||
@@ -6,14 +6,17 @@ Workaround specific to our build system. | |||
6 | Signed-off-by: Kevin Tian <kevin.tian@intel.com> | 6 | Signed-off-by: Kevin Tian <kevin.tian@intel.com> |
7 | Signed-off-by: Scott Garman <scott.a.garman@intel.com> | 7 | Signed-off-by: Scott Garman <scott.a.garman@intel.com> |
8 | 8 | ||
9 | diff -bur expat-2.0.0~orig/configure.in expat-2.0.0/configure.in | 9 | Updated to apply over expat 2.1.0 |
10 | --- expat-2.0.0~orig/configure.in 2006-01-10 19:10:46.000000000 -0600 | 10 | |
11 | +++ expat-2.0.0/configure.in 2006-02-10 19:12:24.000000000 -0600 | 11 | Signed-off-by: Marko Lindqvist <cazfi74@gmail.com> |
12 | @@ -50,9 +50,6 @@ | 12 | |
13 | diff -Nurd expat-2.1.0/configure.in expat-2.1.0/configure.in | ||
14 | --- expat-2.1.0/configure.in 2012-03-04 01:45:53.000000000 +0200 | ||
15 | +++ expat-2.1.0/configure.in 2012-05-10 21:04:44.000000000 +0300 | ||
16 | @@ -51,8 +51,6 @@ | ||
13 | 17 | ||
14 | AC_CONFIG_HEADER(expat_config.h) | 18 | AC_CONFIG_HEADER(expat_config.h) |
15 | 19 | ||
16 | -sinclude(conftools/libtool.m4) | ||
17 | -sinclude(conftools/ac_c_bigendian_cross.m4) | 20 | -sinclude(conftools/ac_c_bigendian_cross.m4) |
18 | - | 21 | - |
19 | AC_LIBTOOL_WIN32_DLL | 22 | AC_LIBTOOL_WIN32_DLL |
diff --git a/meta/recipes-core/expat/expat_2.0.1.bb b/meta/recipes-core/expat/expat_2.0.1.bb deleted file mode 100644 index 30b5684881..0000000000 --- a/meta/recipes-core/expat/expat_2.0.1.bb +++ /dev/null | |||
@@ -1,6 +0,0 @@ | |||
1 | require expat.inc | ||
2 | LIC_FILES_CHKSUM = "file://COPYING;md5=1b71f681713d1256e1c23b0890920874" | ||
3 | PR = "r1" | ||
4 | |||
5 | SRC_URI[md5sum] = "ee8b492592568805593f81f8cdf2a04c" | ||
6 | SRC_URI[sha256sum] = "847660b4df86e707c9150e33cd8c25bc5cd828f708c7418e765e3e983a2e5e93" | ||
diff --git a/meta/recipes-core/expat/expat_2.1.0.bb b/meta/recipes-core/expat/expat_2.1.0.bb new file mode 100644 index 0000000000..1ce18444e7 --- /dev/null +++ b/meta/recipes-core/expat/expat_2.1.0.bb | |||
@@ -0,0 +1,6 @@ | |||
1 | require expat.inc | ||
2 | LIC_FILES_CHKSUM = "file://COPYING;md5=1b71f681713d1256e1c23b0890920874" | ||
3 | PR = "r0" | ||
4 | |||
5 | SRC_URI[md5sum] = "dd7dab7a5fea97d2a6a43f511449b7cd" | ||
6 | SRC_URI[sha256sum] = "823705472f816df21c8f6aa026dd162b280806838bb55b3432b0fb1fcca7eb86" | ||