git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2d64e45
)
kxml2: Switch to subdir= in SRC_URI
author
Tom Rini
<tom_rini@mentor.com>
Mon, 7 Mar 2011 17:35:00 +0000
(10:35 -0700)
committer
Tom 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
patch
|
blob
|
history
diff --git
a/recipes/kxml2/kxml2_2.3.0.bb
b/recipes/kxml2/kxml2_2.3.0.bb
index
f35ced7
..
58f287c
100644
(file)
--- 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 \
"