summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--recipes-core/xml-commons/jdom_1.1.3.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes-core/xml-commons/jdom_1.1.3.bb b/recipes-core/xml-commons/jdom_1.1.3.bb
index 8073819..df9125d 100644
--- a/recipes-core/xml-commons/jdom_1.1.3.bb
+++ b/recipes-core/xml-commons/jdom_1.1.3.bb
@@ -12,6 +12,8 @@ SRC_URI = "http://www.jdom.org/dist/source/archive/jdom-${PV}.tar.gz"
12SRC_URI[md5sum] = "dc8391e84cfdb170fcd8279aa370019f" 12SRC_URI[md5sum] = "dc8391e84cfdb170fcd8279aa370019f"
13SRC_URI[sha256sum] = "d471718c4ac7a1a2f10715b93cb3fcd2ecbab60384b73ad1c089712e47bd8d1f" 13SRC_URI[sha256sum] = "d471718c4ac7a1a2f10715b93cb3fcd2ecbab60384b73ad1c089712e47bd8d1f"
14 14
15PACKAGE_ARCH = "${TUNE_PKGARCH}"
16
15inherit java-library 17inherit java-library
16 18
17S = "${WORKDIR}/${PN}" 19S = "${WORKDIR}/${PN}"