From: Tom Rini Date: Mon, 7 Mar 2011 17:44:46 +0000 (-0700) Subject: woodstox2: Switch to subdir= in SRC_URI X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fe23104045739fcf578ac061e09271c13a20beab;p=openembedded.git woodstox2: Switch to subdir= in SRC_URI Signed-off-by: Tom Rini --- diff --git a/recipes/woodstox/woodstox2_2.0.6.bb b/recipes/woodstox/woodstox2_2.0.6.bb index 27cf54e5b2..63bf0df19a 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