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:
0d92284
)
jaxp1.3: Switch to subdir= in SRC_URI
author
Tom Rini
<tom_rini@mentor.com>
Mon, 7 Mar 2011 17:44:57 +0000
(10:44 -0700)
committer
Tom Rini
<tom_rini@mentor.com>
Mon, 7 Mar 2011 17:51:48 +0000
(10:51 -0700)
Signed-off-by: Tom Rini <tom_rini@mentor.com>
recipes/xml-commons/jaxp1.3_1.3.04.bb
patch
|
blob
|
history
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
(file)
--- 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"