aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTom Rini <tom_rini@mentor.com>2011-03-07 10:35:00 -0700
committerTom Rini <tom_rini@mentor.com>2011-03-07 10:51:47 -0700
commit0d9228459964cf146c606bb3f714cdae3989a86f (patch)
treebb6b7eea25ea44b0963fbaf58796f9e820d73d00
parent2d64e45b7ff2121e69fb59c93b168d3384987c3f (diff)
downloadopenembedded-0d9228459964cf146c606bb3f714cdae3989a86f.tar.gz
kxml2: Switch to subdir= in SRC_URI
Signed-off-by: Tom Rini <tom_rini@mentor.com>
-rw-r--r--recipes/kxml2/kxml2_2.3.0.bb4
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 f35ced78ec..58f287c51a 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 \
"