docbook-sgml-dtd-{3,4}.1-native: Fixup SRC_URI
authorTom Rini <tom_rini@mentor.com>
Wed, 9 Mar 2011 22:28:36 +0000 (15:28 -0700)
committerTom Rini <tom_rini@mentor.com>
Wed, 9 Mar 2011 22:28:36 +0000 (15:28 -0700)
Missed adding subdir param to these versions previously.

Signed-off-by: Tom Rini <tom_rini@mentor.com>
recipes/docbook-sgml-dtd/docbook-sgml-dtd-3.1-native.bb
recipes/docbook-sgml-dtd/docbook-sgml-dtd-4.1-native.bb

index 7f5e19e..a8bf84c 100644 (file)
@@ -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
index e6650ed..09f87bc 100644 (file)
@@ -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