From: Tom Rini Date: Thu, 3 Mar 2011 19:29:07 +0000 (-0700) Subject: docbook-sgml-dtd-native.inc: Switch to subdir= in SRC_URI X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a1a3a895663ac23c17bdfb9c0ab625dfd75b2717;p=openembedded.git docbook-sgml-dtd-native.inc: Switch to subdir= in SRC_URI Signed-off-by: Tom Rini --- diff --git a/recipes/docbook-sgml-dtd/docbook-sgml-dtd-native.inc b/recipes/docbook-sgml-dtd/docbook-sgml-dtd-native.inc index 47e58cfc41..d63cbe3d37 100644 --- a/recipes/docbook-sgml-dtd/docbook-sgml-dtd-native.inc +++ b/recipes/docbook-sgml-dtd/docbook-sgml-dtd-native.inc @@ -8,9 +8,7 @@ DESCRIPTION = "Document type definitions for verification of SGML data files aga DEPENDS = "sgml-common-native" -SRC_URI = "http://www.docbook.org/sgml/${DTD_VERSION}/docbook-${DTD_VERSION}.zip" - -S = "${WORKDIR}" +SRC_URI = "http://www.docbook.org/sgml/${DTD_VERSION}/docbook-${DTD_VERSION}.zip;subdir=${BPN}-${PV}" INC_PR = "r2"