[oe-commits] Tom Rini : woodstox2: Switch to subdir= in SRC_URI

git version control git at git.openembedded.org
Mon Mar 7 17:53:35 UTC 2011


Module: openembedded.git
Branch: master
Commit: fe23104045739fcf578ac061e09271c13a20beab
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=fe23104045739fcf578ac061e09271c13a20beab

Author: Tom Rini <tom_rini at mentor.com>
Date:   Mon Mar  7 10:44:46 2011 -0700

woodstox2: Switch to subdir= in SRC_URI

Signed-off-by: Tom Rini <tom_rini at mentor.com>

---

 recipes/woodstox/woodstox2_2.0.6.bb |    4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

diff --git a/recipes/woodstox/woodstox2_2.0.6.bb b/recipes/woodstox/woodstox2_2.0.6.bb
index 27cf54e..63bf0df 100644
--- 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
 





More information about the Openembedded-commits mailing list