diff options
author | Jason Schonberg <schonm@gmail.com> | 2025-05-27 20:53:43 -0400 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2025-05-28 08:55:16 -0700 |
commit | 7ecda2d32f08e08bd95c10227e26f705bfaf99ea (patch) | |
tree | 35bcd1b64d61c866e59c9e9e7010e228a4dce28a | |
parent | d106898fbf0e04eb9e9a1d5bf3f337e62b4b65b3 (diff) | |
download | meta-openembedded-7ecda2d32f08e08bd95c10227e26f705bfaf99ea.tar.gz |
xerces-c: upgrade 3.2.5 -> 3.3.0
Release notes : https://issues.apache.org/jira/secure/ReleaseNote.jspa?version=12355023&projectId=10510
Signed-off-by: Jason Schonberg <schonm@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | meta-oe/recipes-devtools/xerces-c/xerces-c_3.3.0.bb (renamed from meta-oe/recipes-devtools/xerces-c/xerces-c_3.2.5.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-oe/recipes-devtools/xerces-c/xerces-c_3.2.5.bb b/meta-oe/recipes-devtools/xerces-c/xerces-c_3.3.0.bb index 9fd7e8fbab..2819366dc9 100644 --- a/meta-oe/recipes-devtools/xerces-c/xerces-c_3.2.5.bb +++ b/meta-oe/recipes-devtools/xerces-c/xerces-c_3.3.0.bb | |||
@@ -12,7 +12,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57" | |||
12 | SRC_URI = "http://archive.apache.org/dist/xerces/c/3/sources/${BP}.tar.bz2 \ | 12 | SRC_URI = "http://archive.apache.org/dist/xerces/c/3/sources/${BP}.tar.bz2 \ |
13 | file://0001-aclocal.m4-don-t-use-full-path-of-with_curl-in-xerce.patch \ | 13 | file://0001-aclocal.m4-don-t-use-full-path-of-with_curl-in-xerce.patch \ |
14 | " | 14 | " |
15 | SRC_URI[sha256sum] = "1db4028c9b7f1f778efbf4a9462d65e13f9938f2c22f9e9994e12c49ba97e252" | 15 | SRC_URI[sha256sum] = "ef752578587e26013a933f16d76305c9b43ca32f869e3d3426986e03efb01d64" |
16 | 16 | ||
17 | inherit autotools | 17 | inherit autotools |
18 | 18 | ||
@@ -29,7 +29,7 @@ PACKAGES = "libxerces-c \ | |||
29 | 29 | ||
30 | RPROVIDES:${PN}-dbg += "libxerces-c-dbg xerces-c-samples-dbg" | 30 | RPROVIDES:${PN}-dbg += "libxerces-c-dbg xerces-c-samples-dbg" |
31 | 31 | ||
32 | FILES:libxerces-c = "${libdir}/libxerces-c-3.2.so" | 32 | FILES:libxerces-c = "${libdir}/libxerces-c-3.3.so" |
33 | FILES:libxerces-c-dev = "${libdir}/lib*.la \ | 33 | FILES:libxerces-c-dev = "${libdir}/lib*.la \ |
34 | ${libdir}/libxerces-c.so \ | 34 | ${libdir}/libxerces-c.so \ |
35 | ${libdir}/pkgconfig/xerces-c.pc \ | 35 | ${libdir}/pkgconfig/xerces-c.pc \ |