diff options
-rw-r--r-- | meta/recipes-devtools/docbook-xml/docbook-xml-dtd4_4.5.bb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/meta/recipes-devtools/docbook-xml/docbook-xml-dtd4_4.5.bb b/meta/recipes-devtools/docbook-xml/docbook-xml-dtd4_4.5.bb index de1bc39704..2f13dba52c 100644 --- a/meta/recipes-devtools/docbook-xml/docbook-xml-dtd4_4.5.bb +++ b/meta/recipes-devtools/docbook-xml/docbook-xml-dtd4_4.5.bb | |||
@@ -11,7 +11,7 @@ LIC_FILES_CHKSUM = "file://${WORKDIR}/LICENSE-OASIS;md5=c608985dd5f7f215e669e763 | |||
11 | # Note: the upstream sources are not distributed with a license file. | 11 | # Note: the upstream sources are not distributed with a license file. |
12 | # LICENSE-OASIS is included as a "patch" to workaround this. When | 12 | # LICENSE-OASIS is included as a "patch" to workaround this. When |
13 | # upgrading this recipe, please verify whether this is still needed. | 13 | # upgrading this recipe, please verify whether this is still needed. |
14 | SRC_URI = "${DEBIAN_MIRROR}/main/d/docbook-xml/docbook-xml_${PV}.orig.tar.gz \ | 14 | SRC_URI = "http://snapshot.debian.org/archive/debian/20160728T043443Z/pool/main/d/docbook-xml/docbook-xml_${PV}.orig.tar.gz \ |
15 | file://LICENSE-OASIS \ | 15 | file://LICENSE-OASIS \ |
16 | file://docbook-xml-update-catalog.xml.patch \ | 16 | file://docbook-xml-update-catalog.xml.patch \ |
17 | file://docbook-xml.xml \ | 17 | file://docbook-xml.xml \ |
@@ -20,6 +20,8 @@ SRC_URI = "${DEBIAN_MIRROR}/main/d/docbook-xml/docbook-xml_${PV}.orig.tar.gz \ | |||
20 | SRC_URI[md5sum] = "487b4d44e15cffb1f4048af23f98208e" | 20 | SRC_URI[md5sum] = "487b4d44e15cffb1f4048af23f98208e" |
21 | SRC_URI[sha256sum] = "b0f8edcf697f5318e63dd98c9a931f3fee167af0805ba441db372e0f17b2a44f" | 21 | SRC_URI[sha256sum] = "b0f8edcf697f5318e63dd98c9a931f3fee167af0805ba441db372e0f17b2a44f" |
22 | 22 | ||
23 | UPSTREAM_CHECK_URI = "${DEBIAN_MIRROR}/main/d/docbook-xml/" | ||
24 | |||
23 | S="${WORKDIR}/docbook-xml-4.5.c31424" | 25 | S="${WORKDIR}/docbook-xml-4.5.c31424" |
24 | 26 | ||
25 | inherit allarch | 27 | inherit allarch |