From fe23104045739fcf578ac061e09271c13a20beab Mon Sep 17 00:00:00 2001 From: Tom Rini Date: Mon, 7 Mar 2011 10:44:46 -0700 Subject: [PATCH] woodstox2: Switch to subdir= in SRC_URI Signed-off-by: Tom Rini --- recipes/woodstox/woodstox2_2.0.6.bb | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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 -- 2.39.5