[oe-commits] Tom Rini : kxml2: 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: 0d9228459964cf146c606bb3f714cdae3989a86f
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=0d9228459964cf146c606bb3f714cdae3989a86f

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

kxml2: Switch to subdir= in SRC_URI

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

---

 recipes/kxml2/kxml2_2.3.0.bb |    4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

diff --git a/recipes/kxml2/kxml2_2.3.0.bb b/recipes/kxml2/kxml2_2.3.0.bb
index f35ced7..58f287c 100644
--- a/recipes/kxml2/kxml2_2.3.0.bb
+++ b/recipes/kxml2/kxml2_2.3.0.bb
@@ -10,12 +10,10 @@ inherit java-library
 DEPENDS = "xmlpull"
 RDEPENDS_${PN} = "libxmlpull-java"
 
-S = "${WORKDIR}"
-
 JAR = "${PN}-${PV}.jar"
 
 SRC_URI = "\
-    ${SOURCEFORGE_MIRROR}/kxml/${PN}-src-${PV}.zip \
+    ${SOURCEFORGE_MIRROR}/kxml/${PN}-src-${PV}.zip;subdir=${BPN}-${PV} \
     file://makefile.patch \
     "
 





More information about the Openembedded-commits mailing list