From 660b581bf5fe9329eee4be872c02ad8853483913 Mon Sep 17 00:00:00 2001 From: "Jeremy A. Puhlman" Date: Thu, 24 Feb 2022 04:23:39 -0500 Subject: commons-jxpath: update variable names Signed-off-by: Jeremy A. Puhlman Signed-off-by: Richard Leitner --- recipes-core/jakarta-commons/commons-jxpath_1.3.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- cgit v1.2.3-54-g00ecf