jaxp1.3: Switch to subdir= in SRC_URI
authorTom Rini <tom_rini@mentor.com>
Mon, 7 Mar 2011 17:44:57 +0000 (10:44 -0700)
committerTom Rini <tom_rini@mentor.com>
Mon, 7 Mar 2011 17:51:48 +0000 (10:51 -0700)
Signed-off-by: Tom Rini <tom_rini@mentor.com>
recipes/xml-commons/jaxp1.3_1.3.04.bb

index 9dc75a5..1875fa7 100644 (file)
@@ -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"