diff options
author | Dengke Du <dengke.du@windriver.com> | 2017-11-03 15:26:42 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-11-08 22:24:04 +0000 |
commit | 9eae1b0cb95954b2a9eb75c45bc5d72117bcb097 (patch) | |
tree | 483bef2490b485a8fe1324e17eb8954f2e6436db /meta/recipes-core/expat | |
parent | 30961f99599de5934d843efdccd5a2401789036e (diff) | |
download | poky-9eae1b0cb95954b2a9eb75c45bc5d72117bcb097.tar.gz |
expat: upgrade to 2.2.5
(From OE-Core rev: 422959ac1958cb6c9f857df3cbac7e8acc70a2a4)
Signed-off-by: Dengke Du <dengke.du@windriver.com>
Signed-off-by: Ross Burton <ross.burton@intel.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/libtool-tag.patch | 34 | ||||
-rw-r--r-- | meta/recipes-core/expat/expat_2.2.3.bb | 4 | ||||
-rw-r--r-- | meta/recipes-core/expat/expat_2.2.5.bb | 4 |
3 files changed, 27 insertions, 15 deletions
diff --git a/meta/recipes-core/expat/expat/libtool-tag.patch b/meta/recipes-core/expat/expat/libtool-tag.patch index 3ef4197ce5..0a0aed23e5 100644 --- a/meta/recipes-core/expat/expat/libtool-tag.patch +++ b/meta/recipes-core/expat/expat/libtool-tag.patch | |||
@@ -1,18 +1,30 @@ | |||
1 | From 10342e6b600858b091bc7771e454d9e06af06410 Mon Sep 17 00:00:00 2001 | ||
2 | From: Khem Raj <raj.khem@gmail.com> | ||
3 | Date: Thu, 2 Nov 2017 18:20:57 +0800 | ||
4 | Subject: [PATCH] Add CC tag to build | ||
5 | |||
1 | Add CC tag to build | 6 | Add CC tag to build |
2 | 7 | ||
3 | Upstream-Status: Pending | 8 | Upstream-Status: Pending |
4 | Signed-off-by: Khem Raj <raj.khem@gmail.com> | 9 | Signed-off-by: Khem Raj <raj.khem@gmail.com> |
10 | Signed-off-by: Dengke Du <dengke.du@windriver.com> | ||
11 | --- | ||
12 | Makefile.in | 2 +- | ||
13 | 1 file changed, 1 insertion(+), 1 deletion(-) | ||
5 | 14 | ||
6 | Index: expat-2.2.2/Makefile.in | 15 | diff --git a/Makefile.in b/Makefile.in |
7 | =================================================================== | 16 | index 9560a95..d444bd6 100644 |
8 | --- expat-2.2.2.orig/Makefile.in | 17 | --- a/Makefile.in |
9 | +++ expat-2.2.2/Makefile.in | 18 | +++ b/Makefile.in |
10 | @@ -109,7 +109,7 @@ mkdir-init: | 19 | @@ -319,7 +319,7 @@ LIBCURRENT = @LIBCURRENT@ |
11 | 20 | LIBOBJS = @LIBOBJS@ | |
12 | CC = @CC@ | 21 | LIBREVISION = @LIBREVISION@ |
13 | CXX = @CXX@ | 22 | LIBS = @LIBS@ |
14 | -LIBTOOL = @LIBTOOL@ | 23 | -LIBTOOL = @LIBTOOL@ |
15 | +LIBTOOL = @LIBTOOL@ --tag CC | 24 | +LIBTOOL = @LIBTOOL@ --tag CC |
16 | 25 | LIPO = @LIPO@ | |
17 | INCLUDES = -I$(srcdir)/lib -I. | 26 | LN_S = @LN_S@ |
18 | LDFLAGS = @LDFLAGS@ | 27 | LTLIBOBJS = @LTLIBOBJS@ |
28 | -- | ||
29 | 2.7.4 | ||
30 | |||
diff --git a/meta/recipes-core/expat/expat_2.2.3.bb b/meta/recipes-core/expat/expat_2.2.3.bb deleted file mode 100644 index abf8450843..0000000000 --- a/meta/recipes-core/expat/expat_2.2.3.bb +++ /dev/null | |||
@@ -1,4 +0,0 @@ | |||
1 | require expat.inc | ||
2 | LIC_FILES_CHKSUM = "file://COPYING;md5=5b8620d98e49772d95fc1d291c26aa79" | ||
3 | SRC_URI[md5sum] = "f053af63ef5f39bd9b78d01fbc203334" | ||
4 | SRC_URI[sha256sum] = "b31890fb02f85c002a67491923f89bda5028a880fd6c374f707193ad81aace5f" | ||
diff --git a/meta/recipes-core/expat/expat_2.2.5.bb b/meta/recipes-core/expat/expat_2.2.5.bb new file mode 100644 index 0000000000..337287b93b --- /dev/null +++ b/meta/recipes-core/expat/expat_2.2.5.bb | |||
@@ -0,0 +1,4 @@ | |||
1 | require expat.inc | ||
2 | LIC_FILES_CHKSUM = "file://COPYING;md5=5b8620d98e49772d95fc1d291c26aa79" | ||
3 | SRC_URI[md5sum] = "789e297f547980fc9ecc036f9a070d49" | ||
4 | SRC_URI[sha256sum] = "d9dc32efba7e74f788fcc4f212a43216fc37cf5f23f4c2339664d473353aedf6" | ||