summaryrefslogtreecommitdiffstats
path: root/recipes-core/xerces-j/xerces-j_2.11.0.bb
diff options
context:
space:
mode:
authorTim Orling <tim.orling@konsulko.com>2024-02-02 13:45:12 -0800
committerTim Orling <tim.orling@konsulko.com>2024-02-03 16:23:22 -0800
commit42f0f528d2468681930abceb0aa2ecf1bd6405df (patch)
tree1adcd4475c87e7cf060eb691e10d40dc824b74f2 /recipes-core/xerces-j/xerces-j_2.11.0.bb
parentce6423205d83b6ab789fc93a54dc1be101a87279 (diff)
downloadmeta-java-42f0f528d2468681930abceb0aa2ecf1bd6405df.tar.gz
jsch,xerces-j: fix deprecated CVE_CHECK_IGNORE
The preferred variable name is now CVE_STATUS since: openembedded-core 34f682a24b7075b12ec308154b937ad118d69fe5 "cve-check: add option to add additional patched CVEs" Fixes: WARNING: /build/../meta-java/recipes-core/jcraft/jsch_0.1.40.bb: CVE_CHECK_IGNORE is deprecated in favor of CVE_STATUS WARNING: /build/../meta-java/recipes-core/xerces-j/xerces-j_2.11.0.bb: CVE_CHECK_IGNORE is deprecated in favor of CVE_STATUS Backport from c799db95582750b978111c86fd4a5f87e96de1b0 Signed-off-by: Tim Orling <tim.orling@konsulko.com>
Diffstat (limited to 'recipes-core/xerces-j/xerces-j_2.11.0.bb')
-rw-r--r--recipes-core/xerces-j/xerces-j_2.11.0.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-core/xerces-j/xerces-j_2.11.0.bb b/recipes-core/xerces-j/xerces-j_2.11.0.bb
index dcdd510..c7a54ab 100644
--- a/recipes-core/xerces-j/xerces-j_2.11.0.bb
+++ b/recipes-core/xerces-j/xerces-j_2.11.0.bb
@@ -18,7 +18,7 @@ SRC_URI = "http://archive.apache.org/dist/xerces/j/source/Xerces-J-src.${PV}.tar
18# Already fixed with updates and closed. 18# Already fixed with updates and closed.
19# https://access.redhat.com/security/cve/CVE-2018-2799 19# https://access.redhat.com/security/cve/CVE-2018-2799
20# https://bugzilla.redhat.com/show_bug.cgi?id=1567542 20# https://bugzilla.redhat.com/show_bug.cgi?id=1567542
21CVE_CHECK_IGNORE += "CVE-2018-2799" 21CVE_STATUS += "CVE-2018-2799"
22 22
23S = "${WORKDIR}/xerces-2_11_0" 23S = "${WORKDIR}/xerces-2_11_0"
24 24