diff options
author | Maxin B. John <maxin.john@intel.com> | 2016-07-28 15:36:19 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-08-01 11:47:14 +0100 |
commit | 9cfb4201747bb66246f0741d6d3b6732c29fb446 (patch) | |
tree | 66a58c5ac593e824501dc2aebea20dd08b8a1db2 /meta/recipes-devtools/docbook-xml/docbook-xml-dtd4_4.5.bb | |
parent | df4451c819bf2be30e92902936460b0a960c1733 (diff) | |
download | poky-9cfb4201747bb66246f0741d6d3b6732c29fb446.tar.gz |
docbook-xml-dtd4: use snapshot.debian.org for SRC_URI
Using ${DEBIAN_MIRROR} for SRC_URI doesn't work very well as that will
only contain releases that are currently in Debian. So, move all of SRC_URI
to the .bb so it can use snapshot.debian.org instead, and set
UPSTREAM_CHECK_URI to ${DEBIAN_MIRROR} so upstream release checking continues
to work.
[YOCTO #10040]
(From OE-Core rev: 7a548436f748600fc6bd784d1ab9bcd7518a6272)
Signed-off-by: Maxin B. John <maxin.john@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/docbook-xml/docbook-xml-dtd4_4.5.bb')
-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 |