[oe-commits] Tom Rini : jaxp1.3: Switch to subdir= in SRC_URI

git version control git at git.openembedded.org
Mon Mar 7 17:53:33 UTC 2011


Module: openembedded.git
Branch: master
Commit: a0e396fff261847919d6c22088a60a304ed52cc3
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=a0e396fff261847919d6c22088a60a304ed52cc3

Author: Tom Rini <tom_rini at mentor.com>
Date:   Mon Mar  7 10:44:57 2011 -0700

jaxp1.3: Switch to subdir= in SRC_URI

Signed-off-by: Tom Rini <tom_rini at mentor.com>

---

 recipes/xml-commons/jaxp1.3_1.3.04.bb |    4 +---
 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 9dc75a5..1875fa7 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"





More information about the Openembedded-commits mailing list