summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Leitner <richard.leitner@skidata.com>2022-02-28 14:06:41 +0100
committerRichard Leitner <richard.leitner@skidata.com>2022-02-28 14:07:35 +0100
commitdd2c6dd17b8ee1c755750f4f23249071ed9375a3 (patch)
treeac3c899f2d80eb01b366a5bb540ca752d232aaf4
parent0621565f9a920ce7cf35ae4fa497cc0fa1786880 (diff)
downloadmeta-java-dd2c6dd17b8ee1c755750f4f23249071ed9375a3.tar.gz
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 <richard.leitner@skidata.com>
-rw-r--r--recipes-core/jakarta-commons/commons-jxpath_1.3.bb17
1 files changed, 0 insertions, 17 deletions
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 @@
1require jakarta-commons.inc
2
3PR = "${INC_PR}.1"
4
5SUMMARY = "JXPath interpreter for Java"
6
7SRC_URI = "http://archive.apache.org/dist/commons/jxpath/source/${BP}-src.tar.gz"
8
9SKIP_RECIPE[commons-jxpath] ?= "BROKEN: indirectly depends on broken 'xom'"
10
11DEPENDS += "commons-logging commons-collections3 commons-beanutils servlet2.3 jdom"
12RDEPENDS:${PN} = "libcommons-logging-java libcommons-collections3-java libcommons-beanutils-java libservlet2.3-java libjdom-java"
13
14CP = "commons-logging commons-collections3 commons-beanutils servlet-2.3 jdom"
15
16SRC_URI[md5sum] = "9af6ed5d009061986d709a370829860e"
17SRC_URI[sha256sum] = "da314198d75c6da660e2603bd1543a8f5d0b640c5144b748e62e59afc278efe6"