summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@arm.com>2026-04-14 14:45:41 +0100
committerKhem Raj <khem.raj@oss.qualcomm.com>2026-04-14 08:59:29 -0700
commit8093eeb036d4b2da5fe07131799394a04fdbed31 (patch)
treea1fbe5b016cf0f9e91f2ffd7896fad267d4f5496
parent58b1309892e6a65215810efedff56624e28c02e4 (diff)
downloadmeta-openembedded-8093eeb036d4b2da5fe07131799394a04fdbed31.tar.gz
xerces-c: fix escaping in CVE_PRODUCT
The CPE parsing in oe-core's cve_check.py now handles escapes correctly[1] so we don't need to escape in CVE_PRODUCT. [1] oe-core 3c73dafd03b ("cve_check: Improve escaping of special characters in CPE 2.3") Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
-rw-r--r--meta-oe/recipes-devtools/xerces-c/xerces-c_3.3.0.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-devtools/xerces-c/xerces-c_3.3.0.bb b/meta-oe/recipes-devtools/xerces-c/xerces-c_3.3.0.bb
index 102e329878..0a3fbf5b93 100644
--- a/meta-oe/recipes-devtools/xerces-c/xerces-c_3.3.0.bb
+++ b/meta-oe/recipes-devtools/xerces-c/xerces-c_3.3.0.bb
@@ -9,7 +9,7 @@ SECTION = "libs"
9LICENSE = "Apache-2.0" 9LICENSE = "Apache-2.0"
10LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57" 10LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57"
11 11
12CVE_PRODUCT = "xerces-c\+\+" 12CVE_PRODUCT = "xerces-c++"
13 13
14SRC_URI = "http://archive.apache.org/dist/xerces/c/3/sources/${BP}.tar.bz2 \ 14SRC_URI = "http://archive.apache.org/dist/xerces/c/3/sources/${BP}.tar.bz2 \
15 file://0001-aclocal.m4-don-t-use-full-path-of-with_curl-in-xerce.patch \ 15 file://0001-aclocal.m4-don-t-use-full-path-of-with_curl-in-xerce.patch \