aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTom Rini <tom_rini@mentor.com>2011-03-07 10:44:57 -0700
committerTom Rini <tom_rini@mentor.com>2011-03-07 10:51:48 -0700
commita0e396fff261847919d6c22088a60a304ed52cc3 (patch)
treea3970b57cf4133a1cd9bb2db9d29109350891323
parent0d9228459964cf146c606bb3f714cdae3989a86f (diff)
downloadopenembedded-a0e396fff261847919d6c22088a60a304ed52cc3.tar.gz
jaxp1.3: Switch to subdir= in SRC_URI
Signed-off-by: Tom Rini <tom_rini@mentor.com>
-rw-r--r--recipes/xml-commons/jaxp1.3_1.3.04.bb4
1 files changed, 1 insertions, 3 deletions
diff --git a/recipes/xml-commons/jaxp1.3_1.3.04.bb b/recipes/xml-commons/jaxp1.3_1.3.04.bb
index 9dc75a5e86..1875fa7d8a 100644
--- a/recipes/xml-commons/jaxp1.3_1.3.04.bb
+++ b/recipes/xml-commons/jaxp1.3_1.3.04.bb
@@ -2,12 +2,10 @@ DESCRIPTION = "Java XML parser and transformer APIs (DOM, SAX, JAXP, TrAX)"
LICENSES = "AL2.0 W3C Public Domain"
AUTHOR = "Apache Software Foundation"
-SRC_URI = "http://archive.apache.org/dist/xml/commons/source/xml-commons-external-${PV}-src.tar.gz"
+SRC_URI = "http://archive.apache.org/dist/xml/commons/source/xml-commons-external-${PV}-src.tar.gz;subdir=${BPN}-${PV}"
inherit java-library
-S = "${WORKDIR}"
-
DEPENDS = "fastjar-native"
JARFILENAME = "jaxp-1.3.jar"