summaryrefslogtreecommitdiffstats
path: root/meta-oe
diff options
context:
space:
mode:
authorChee Yang Lee <chee.yang.lee@intel.com>2023-01-10 15:22:45 +0800
committerKhem Raj <raj.khem@gmail.com>2023-01-11 08:37:58 -0800
commit87c9e9537dc43468a6aaf706853b784ce6de14e0 (patch)
tree098101d57940553a70092a44a0d0c60ef181e5b2 /meta-oe
parenta9212722c1b1a2ab29215651063ca94fb114c39b (diff)
downloadmeta-openembedded-87c9e9537dc43468a6aaf706853b784ce6de14e0.tar.gz
xerces-c: upgrade to 3.2.4
also fix reproducible build Signed-off-by: Chee Yang Lee <chee.yang.lee@intel.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe')
-rw-r--r--meta-oe/recipes-devtools/xerces-c/xerces-c_3.2.4.bb (renamed from meta-oe/recipes-devtools/xerces-c/xerces-c_3.1.4.bb)7
1 files changed, 3 insertions, 4 deletions
diff --git a/meta-oe/recipes-devtools/xerces-c/xerces-c_3.1.4.bb b/meta-oe/recipes-devtools/xerces-c/xerces-c_3.2.4.bb
index 22fd94b09..582c29379 100644
--- a/meta-oe/recipes-devtools/xerces-c/xerces-c_3.1.4.bb
+++ b/meta-oe/recipes-devtools/xerces-c/xerces-c_3.2.4.bb
@@ -10,8 +10,7 @@ LICENSE = "Apache-2.0"
10LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57" 10LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57"
11 11
12SRC_URI = "http://archive.apache.org/dist/xerces/c/3/sources/${BP}.tar.bz2" 12SRC_URI = "http://archive.apache.org/dist/xerces/c/3/sources/${BP}.tar.bz2"
13SRC_URI[md5sum] = "d04ae9d8b2dee2157c6db95fa908abfd" 13SRC_URI[sha256sum] = "74aa626fc71e729ee227602870dd29a5a01cd8c9c1c7330837a51da2eb5722cc"
14SRC_URI[sha256sum] = "9408f12c1628ecf80730bedbe8b2caad810edd01bb4c66f77b60c873e8cc6891"
15 14
16inherit autotools 15inherit autotools
17 16
@@ -20,7 +19,7 @@ PACKAGECONFIG[curl] = "--with-curl=${STAGING_DIR_TARGET}${prefix},--with-curl=no
20PACKAGECONFIG[icu] = "--with-icu=${STAGING_DIR_TARGET}${prefix},--with-icu=no,icu" 19PACKAGECONFIG[icu] = "--with-icu=${STAGING_DIR_TARGET}${prefix},--with-icu=no,icu"
21 20
22do_install:prepend () { 21do_install:prepend () {
23 sed -i -e 's:-L${STAGING_DIR}/lib:-L\$\{libdir\}:g' ${B}/xerces-c.pc 22 sed -i s:-L${STAGING_LIBDIR}::g ${B}/xerces-c.pc
24} 23}
25 24
26PACKAGES = "libxerces-c \ 25PACKAGES = "libxerces-c \
@@ -32,7 +31,7 @@ PACKAGES = "libxerces-c \
32 31
33RPROVIDES:${PN}-dbg += "libxerces-c-dbg xerces-c-samples-dbg" 32RPROVIDES:${PN}-dbg += "libxerces-c-dbg xerces-c-samples-dbg"
34 33
35FILES:libxerces-c = "${libdir}/libxerces-c-3.1.so" 34FILES:libxerces-c = "${libdir}/libxerces-c-3.2.so"
36FILES:libxerces-c-dev = "${libdir}/lib*.la \ 35FILES:libxerces-c-dev = "${libdir}/lib*.la \
37 ${libdir}/libxerces-c.so \ 36 ${libdir}/libxerces-c.so \
38 ${libdir}/pkgconfig/xerces-c.pc \ 37 ${libdir}/pkgconfig/xerces-c.pc \