aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-core/xml-commons/jdom_1.1.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-core/xml-commons/jdom_1.1.bb')
-rw-r--r--recipes-core/xml-commons/jdom_1.1.bb28
1 files changed, 0 insertions, 28 deletions
diff --git a/recipes-core/xml-commons/jdom_1.1.bb b/recipes-core/xml-commons/jdom_1.1.bb
deleted file mode 100644
index 4867e82..0000000
--- a/recipes-core/xml-commons/jdom_1.1.bb
+++ /dev/null
@@ -1,28 +0,0 @@
-DESCRIPTION = "Parses, manipulates, and outputs XML using standard Java constructs"
-LICENSE = "BSD"
-
-HOMEPAGE = "http://jdom.org/"
-
-DEPENDS = "fastjar-native jaxen"
-
-SRC_URI = "\
- http://www.jdom.org/dist/binary/archive/jdom-${PV}.tar.gz \
- "
-
-PNBLACKLIST[jdom] ?= "BROKEN: indirectly depends on broken 'xom'"
-
-inherit java-library
-
-do_compile() {
- mkdir -p build
-
- oe_makeclasspath cp -s jaxen
-
- javac -sourcepath src/java -cp $cp -d build `find src/java -name "*.java"`
-
- fastjar -C build -c -f ${JARFILENAME} .
-}
-
-
-SRC_URI[md5sum] = "22745cbaaddb12884ed8ee09083d8fe2"
-SRC_URI[sha256sum] = "a13549087141be24ad176b659afdc2c675f1ffa5288ff999a193d6d44a282056"