kxml2: Switch to subdir= in SRC_URI
authorTom Rini <tom_rini@mentor.com>
Mon, 7 Mar 2011 17:35:00 +0000 (10:35 -0700)
committerTom Rini <tom_rini@mentor.com>
Mon, 7 Mar 2011 17:51:47 +0000 (10:51 -0700)
Signed-off-by: Tom Rini <tom_rini@mentor.com>
recipes/kxml2/kxml2_2.3.0.bb

index f35ced7..58f287c 100644 (file)
@@ -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 \
     "