diff options
author | hongxu <hongxu.jia@eng.windriver.com> | 2024-08-23 09:48:00 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2024-08-23 22:43:27 +0100 |
commit | 1d813b15a67e8de0b848ba9971a0dbb6a1e49091 (patch) | |
tree | 54b9c6e6aca30c7d056185df6beb10b80e89c61e | |
parent | b13f8b438711e04ff1eefde71fae8823eb2f7e2f (diff) | |
download | poky-1d813b15a67e8de0b848ba9971a0dbb6a1e49091.tar.gz |
libxml2: 2.12.8 -> 2.13.3
* Remove Trio and updated Copyright to remove Trio [1]
* Remove --with-fexceptions configuration option [2]
[1] https://gitlab.gnome.org/GNOME/libxml2/-/commit/7d6969d95509a94347d6f96167ac5420abafa291
[2] https://gitlab.gnome.org/GNOME/libxml2/-/commit/e349709ae7e07a2183304ccc9352b6ac86f62a18
(From OE-Core rev: 786a24228ee0793f43258133c7e5df6acb3e9de2)
Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-core/libxml/libxml2_2.13.3.bb (renamed from meta/recipes-core/libxml/libxml2_2.12.8.bb) | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/meta/recipes-core/libxml/libxml2_2.12.8.bb b/meta/recipes-core/libxml/libxml2_2.13.3.bb index fb103f0273..df24f3031c 100644 --- a/meta/recipes-core/libxml/libxml2_2.12.8.bb +++ b/meta/recipes-core/libxml/libxml2_2.13.3.bb | |||
@@ -4,10 +4,9 @@ HOMEPAGE = "https://gitlab.gnome.org/GNOME/libxml2" | |||
4 | BUGTRACKER = "http://bugzilla.gnome.org/buglist.cgi?product=libxml2" | 4 | BUGTRACKER = "http://bugzilla.gnome.org/buglist.cgi?product=libxml2" |
5 | SECTION = "libs" | 5 | SECTION = "libs" |
6 | LICENSE = "MIT" | 6 | LICENSE = "MIT" |
7 | LIC_FILES_CHKSUM = "file://Copyright;md5=fec7ecfe714722b2bb0aaff7d200c701 \ | 7 | LIC_FILES_CHKSUM = "file://Copyright;md5=f437ed9058e8e5135e47c01e973376ba \ |
8 | file://dict.c;beginline=6;endline=15;md5=2b4b7b827d2d8b080372433c4c9c85b6 \ | 8 | file://dict.c;beginline=6;endline=15;md5=2b4b7b827d2d8b080372433c4c9c85b6 \ |
9 | file://list.c;beginline=4;endline=13;md5=b9c25b021ccaf287e50060602d20f3a7 \ | 9 | file://list.c;beginline=4;endline=13;md5=b9c25b021ccaf287e50060602d20f3a7 \ |
10 | file://trio.c;beginline=5;endline=14;md5=cd4f61e27f88c1d43df112966b1cd28f \ | ||
11 | " | 10 | " |
12 | 11 | ||
13 | DEPENDS = "zlib virtual/libiconv" | 12 | DEPENDS = "zlib virtual/libiconv" |
@@ -20,7 +19,7 @@ SRC_URI += "http://www.w3.org/XML/Test/xmlts20130923.tar;subdir=${BP};name=testt | |||
20 | file://install-tests.patch \ | 19 | file://install-tests.patch \ |
21 | " | 20 | " |
22 | 21 | ||
23 | SRC_URI[archive.sha256sum] = "43ad877b018bc63deb2468d71f95219c2fac196876ef36d1bee51d226173ec93" | 22 | SRC_URI[archive.sha256sum] = "0805d7c180cf09caad71666c7a458a74f041561a532902454da5047d83948138" |
24 | SRC_URI[testtar.sha256sum] = "c6b2d42ee50b8b236e711a97d68e6c4b5c8d83e69a2be4722379f08702ea7273" | 23 | SRC_URI[testtar.sha256sum] = "c6b2d42ee50b8b236e711a97d68e6c4b5c8d83e69a2be4722379f08702ea7273" |
25 | 24 | ||
26 | # Disputed as a security issue, but fixed in d39f780 | 25 | # Disputed as a security issue, but fixed in d39f780 |
@@ -52,7 +51,7 @@ RDEPENDS:${PN}-ptest:append:libc-glibc = " glibc-gconv-ebcdic-us \ | |||
52 | " | 51 | " |
53 | 52 | ||
54 | # WARNING: zlib is required for RPM use | 53 | # WARNING: zlib is required for RPM use |
55 | EXTRA_OECONF = "--without-debug --without-legacy --with-catalog --with-c14n --without-lzma --with-fexceptions" | 54 | EXTRA_OECONF = "--without-debug --without-legacy --with-catalog --with-c14n --without-lzma" |
56 | EXTRA_OECONF:class-native = "--without-legacy --with-c14n --without-lzma --with-zlib" | 55 | EXTRA_OECONF:class-native = "--without-legacy --with-c14n --without-lzma --with-zlib" |
57 | EXTRA_OECONF:class-nativesdk = "--without-legacy --with-c14n --without-lzma --with-zlib" | 56 | EXTRA_OECONF:class-nativesdk = "--without-legacy --with-c14n --without-lzma --with-zlib" |
58 | EXTRA_OECONF:linuxstdbase = "--with-debug --with-legacy --with-c14n --without-lzma --with-zlib" | 57 | EXTRA_OECONF:linuxstdbase = "--with-debug --with-legacy --with-c14n --without-lzma --with-zlib" |