[oe-commits] Tom Rini : docbook-sgml-dtd-{3, 4}.1-native: Fixup SRC_URI

git version control git at git.openembedded.org
Wed Mar 9 22:31:14 UTC 2011


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

Author: Tom Rini <tom_rini at mentor.com>
Date:   Wed Mar  9 15:28:36 2011 -0700

docbook-sgml-dtd-{3,4}.1-native: Fixup SRC_URI

Missed adding subdir param to these versions previously.

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

---

 .../docbook-sgml-dtd-3.1-native.bb                 |    2 +-
 .../docbook-sgml-dtd-4.1-native.bb                 |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/recipes/docbook-sgml-dtd/docbook-sgml-dtd-3.1-native.bb b/recipes/docbook-sgml-dtd/docbook-sgml-dtd-3.1-native.bb
index 7f5e19e..a8bf84c 100644
--- a/recipes/docbook-sgml-dtd/docbook-sgml-dtd-3.1-native.bb
+++ b/recipes/docbook-sgml-dtd/docbook-sgml-dtd-3.1-native.bb
@@ -4,7 +4,7 @@ DTD_VERSION = "3.1"
 
 PR = "${INC_PR}.0"
 
-SRC_URI = "http://www.docbook.org/sgml/3.1/docbk31.zip;md5sum=432749c0c806dbae81c8bcb70da3b5d3"
+SRC_URI = "http://www.docbook.org/sgml/3.1/docbk31.zip;subdir=${BPN}-${PV}"
 
 do_compile() {
     # Refer to http://www.linuxfromscratch.org/blfs/view/stable/pst/sgml-dtd-3.html
diff --git a/recipes/docbook-sgml-dtd/docbook-sgml-dtd-4.1-native.bb b/recipes/docbook-sgml-dtd/docbook-sgml-dtd-4.1-native.bb
index e6650ed..09f87bc 100644
--- a/recipes/docbook-sgml-dtd/docbook-sgml-dtd-4.1-native.bb
+++ b/recipes/docbook-sgml-dtd/docbook-sgml-dtd-4.1-native.bb
@@ -4,7 +4,7 @@ DTD_VERSION = "4.1"
 
 PR = "${INC_PR}.0"
 
-SRC_URI = "http://docbook.org/sgml/4.1/docbk41.zip"
+SRC_URI = "http://docbook.org/sgml/4.1/docbk41.zip;subdir=${BPN}-${PV}"
 
 do_compile() {
     # Refer to http://www.linuxfromscratch.org/blfs/view/stable/pst/sgml-dtd.html





More information about the Openembedded-commits mailing list