From a0e396fff261847919d6c22088a60a304ed52cc3 Mon Sep 17 00:00:00 2001 From: Tom Rini Date: Mon, 7 Mar 2011 10:44:57 -0700 Subject: jaxp1.3: Switch to subdir= in SRC_URI Signed-off-by: Tom Rini --- recipes/xml-commons/jaxp1.3_1.3.04.bb | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'recipes') diff --git a/recipes/xml-commons/jaxp1.3_1.3.04.bb b/recipes/xml-commons/jaxp1.3_1.3.04.bb index 9dc75a5e86..1875fa7d8a 100644 --- 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" -- cgit 1.2.3-korg