docbook-sgml-dtd-native.inc: Switch to subdir= in SRC_URI
authorTom Rini <tom_rini@mentor.com>
Thu, 3 Mar 2011 19:29:07 +0000 (12:29 -0700)
committerTom Rini <tom_rini@mentor.com>
Mon, 7 Mar 2011 17:51:47 +0000 (10:51 -0700)
Signed-off-by: Tom Rini <tom_rini@mentor.com>
recipes/docbook-sgml-dtd/docbook-sgml-dtd-native.inc

index 47e58cf..d63cbe3 100644 (file)
@@ -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"