[oe-commits] Tom Rini : docbook-sgml-dtd-native.inc: Switch to subdir= in SRC_URI

git version control git at git.openembedded.org
Mon Mar 7 17:53:33 UTC 2011


Module: openembedded.git
Branch: master
Commit: a1a3a895663ac23c17bdfb9c0ab625dfd75b2717
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=a1a3a895663ac23c17bdfb9c0ab625dfd75b2717

Author: Tom Rini <tom_rini at mentor.com>
Date:   Thu Mar  3 12:29:07 2011 -0700

docbook-sgml-dtd-native.inc: Switch to subdir= in SRC_URI

Signed-off-by: Tom Rini <tom_rini at mentor.com>

---

 .../docbook-sgml-dtd/docbook-sgml-dtd-native.inc   |    4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

diff --git a/recipes/docbook-sgml-dtd/docbook-sgml-dtd-native.inc b/recipes/docbook-sgml-dtd/docbook-sgml-dtd-native.inc
index 47e58cf..d63cbe3 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"
 





More information about the Openembedded-commits mailing list