diff options
| author | Ross Burton <ross.burton@arm.com> | 2026-04-14 14:45:41 +0100 |
|---|---|---|
| committer | Khem Raj <khem.raj@oss.qualcomm.com> | 2026-04-14 08:59:29 -0700 |
| commit | 8093eeb036d4b2da5fe07131799394a04fdbed31 (patch) | |
| tree | a1fbe5b016cf0f9e91f2ffd7896fad267d4f5496 | |
| parent | 58b1309892e6a65215810efedff56624e28c02e4 (diff) | |
| download | meta-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.bb | 2 |
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" | |||
| 9 | LICENSE = "Apache-2.0" | 9 | LICENSE = "Apache-2.0" |
| 10 | LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57" | 10 | LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57" |
| 11 | 11 | ||
| 12 | CVE_PRODUCT = "xerces-c\+\+" | 12 | CVE_PRODUCT = "xerces-c++" |
| 13 | 13 | ||
| 14 | SRC_URI = "http://archive.apache.org/dist/xerces/c/3/sources/${BP}.tar.bz2 \ | 14 | SRC_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 \ |
