summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeremy A. Puhlman <jpuhlman@mvista.com>2022-02-24 04:23:37 -0500
committerRichard Leitner <richard.leitner@skidata.com>2022-02-28 13:50:59 +0100
commitf05b685e0f7988b941d310132b7101f27cbf4bcc (patch)
tree5b3f5ddb8a77682bae0c384dfd2834f5c3c7a14d
parent84e92238e1dab8dad060f17631c2fb3129ef4832 (diff)
downloadmeta-java-f05b685e0f7988b941d310132b7101f27cbf4bcc.tar.gz
xerces-j: update variable names
Signed-off-by: Jeremy A. Puhlman <jpuhlman@mvista.com> Signed-off-by: Richard Leitner <richard.leitner@skidata.com>
-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 fda6fe4..159fc9c 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/Xerces-J-src.${PV}.tar.gz"
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_WHITELIST += "CVE-2018-2799" 21CVE_CHECK_IGNORE += "CVE-2018-2799"
22 22
23S = "${WORKDIR}/xerces-2_11_0" 23S = "${WORKDIR}/xerces-2_11_0"
24 24