[meta-java,5/5] commons-jxpath: update variable names

Message ID 20220224092339.2711524-6-jpuhlman@mvista.com
State New
Headers show
Series Update master to kirkstone compat | expand

Commit Message

Jeremy Puhlman Feb. 24, 2022, 9:23 a.m. UTC
Signed-off-by: Jeremy A. Puhlman <jpuhlman@mvista.com>
---
 recipes-core/jakarta-commons/commons-jxpath_1.3.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Patch

diff --git a/recipes-core/jakarta-commons/commons-jxpath_1.3.bb b/recipes-core/jakarta-commons/commons-jxpath_1.3.bb
index 5f44315..94a4d45 100644
--- a/recipes-core/jakarta-commons/commons-jxpath_1.3.bb
+++ b/recipes-core/jakarta-commons/commons-jxpath_1.3.bb
@@ -6,7 +6,7 @@  SUMMARY = "JXPath interpreter for Java"
 
 SRC_URI = "http://archive.apache.org/dist/commons/jxpath/source/${BP}-src.tar.gz"
 
-PNBLACKLIST[commons-jxpath] ?= "BROKEN: indirectly depends on broken 'xom'"
+SKIP_RECIPE[commons-jxpath] ?= "BROKEN: indirectly depends on broken 'xom'"
 
 DEPENDS += "commons-logging commons-collections3 commons-beanutils servlet2.3 jdom"
 RDEPENDS:${PN} = "libcommons-logging-java libcommons-collections3-java libcommons-beanutils-java libservlet2.3-java libjdom-java"