From dd2c6dd17b8ee1c755750f4f23249071ed9375a3 Mon Sep 17 00:00:00 2001 From: Richard Leitner Date: Mon, 28 Feb 2022 14:06:41 +0100 Subject: commons-jxpath: drop broken package This package is broken for ages now, so drop it. If somebody needs it in a current release please send a patch adding a function version of it. Signed-off-by: Richard Leitner --- recipes-core/jakarta-commons/commons-jxpath_1.3.bb | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 recipes-core/jakarta-commons/commons-jxpath_1.3.bb diff --git a/recipes-core/jakarta-commons/commons-jxpath_1.3.bb b/recipes-core/jakarta-commons/commons-jxpath_1.3.bb deleted file mode 100644 index 94a4d45..0000000 --- a/recipes-core/jakarta-commons/commons-jxpath_1.3.bb +++ /dev/null @@ -1,17 +0,0 @@ -require jakarta-commons.inc - -PR = "${INC_PR}.1" - -SUMMARY = "JXPath interpreter for Java" - -SRC_URI = "http://archive.apache.org/dist/commons/jxpath/source/${BP}-src.tar.gz" - -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" - -CP = "commons-logging commons-collections3 commons-beanutils servlet-2.3 jdom" - -SRC_URI[md5sum] = "9af6ed5d009061986d709a370829860e" -SRC_URI[sha256sum] = "da314198d75c6da660e2603bd1543a8f5d0b640c5144b748e62e59afc278efe6" -- cgit v1.2.3-54-g00ecf