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:
10ce4c0
)
woodstox2: Switch to subdir= in SRC_URI
author
Tom Rini
<tom_rini@mentor.com>
Mon, 7 Mar 2011 17:44:46 +0000
(10:44 -0700)
committer
Tom Rini
<tom_rini@mentor.com>
Mon, 7 Mar 2011 17:51:50 +0000
(10:51 -0700)
Signed-off-by: Tom Rini <tom_rini@mentor.com>
recipes/woodstox/woodstox2_2.0.6.bb
patch
|
blob
|
history
diff --git
a/recipes/woodstox/woodstox2_2.0.6.bb
b/recipes/woodstox/woodstox2_2.0.6.bb
index
27cf54e
..
63bf0df
100644
(file)
--- a/
recipes/woodstox/woodstox2_2.0.6.bb
+++ b/
recipes/woodstox/woodstox2_2.0.6.bb
@@
-4,9
+4,7
@@
LICENSE = "AL2.0 LGPL2.1"
AUTHOR = "Codehaus"
HOMEPAGE = "http://woodstox.codehaus.org"
-SRC_URI = "http://woodstox.codehaus.org/2.0.6/wstx-src.tar.gz"
-
-S = "${WORKDIR}"
+SRC_URI = "http://woodstox.codehaus.org/2.0.6/wstx-src.tar.gz;subdir=${BPN}-${PV}"
inherit java-library