diff options
author | Maxin B. John <maxin.john@intel.com> | 2016-07-28 15:46:51 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-08-01 12:14:39 +0100 |
commit | 325515a685eb0f6f1fccdcfd15cddc2adce3cc16 (patch) | |
tree | a202215fbdd41306e19931f129b1dd6fe2fa52f0 | |
parent | c2d93dcf42f4679d7772ff593c5bf2b52681e59b (diff) | |
download | poky-325515a685eb0f6f1fccdcfd15cddc2adce3cc16.tar.gz |
linuxdoc-tools: 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: ad033ed04f3894ad723d11a0bfd29b94a468add7)
Signed-off-by: Maxin B. John <maxin.john@intel.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-devtools/linuxdoc-tools/linuxdoc-tools-native_0.9.69.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/recipes-devtools/linuxdoc-tools/linuxdoc-tools-native_0.9.69.bb b/meta/recipes-devtools/linuxdoc-tools/linuxdoc-tools-native_0.9.69.bb index a8a90fc82e..a5deb2e2d5 100644 --- a/meta/recipes-devtools/linuxdoc-tools/linuxdoc-tools-native_0.9.69.bb +++ b/meta/recipes-devtools/linuxdoc-tools/linuxdoc-tools-native_0.9.69.bb | |||
@@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=077ef64ec3ac257fb0d786531cf26931" | |||
5 | 5 | ||
6 | DEPENDS = "groff-native openjade-native" | 6 | DEPENDS = "groff-native openjade-native" |
7 | 7 | ||
8 | SRC_URI = "${DEBIAN_MIRROR}/main/l/linuxdoc-tools/linuxdoc-tools_${PV}.orig.tar.gz \ | 8 | SRC_URI = "http://snapshot.debian.org/archive/debian/20160728T043443Z/pool/main/l/${BPN}/${BPN}_${PV}.orig.tar.gz \ |
9 | file://disable_sgml2rtf.patch \ | 9 | file://disable_sgml2rtf.patch \ |
10 | file://disable_txt_doc.patch \ | 10 | file://disable_txt_doc.patch \ |
11 | file://disable_tex_doc.patch \ | 11 | file://disable_tex_doc.patch \ |
@@ -14,6 +14,7 @@ SRC_URI = "${DEBIAN_MIRROR}/main/l/linuxdoc-tools/linuxdoc-tools_${PV}.orig.tar. | |||
14 | SRC_URI[md5sum] = "1d13d500918a7a145b0edc2f16f61dd1" | 14 | SRC_URI[md5sum] = "1d13d500918a7a145b0edc2f16f61dd1" |
15 | SRC_URI[sha256sum] = "7103facee18a2ea97186ca459d743d22f7f89ad4b5cd1dfd1c34f83d6bfd4101" | 15 | SRC_URI[sha256sum] = "7103facee18a2ea97186ca459d743d22f7f89ad4b5cd1dfd1c34f83d6bfd4101" |
16 | 16 | ||
17 | UPSTREAM_CHECK_URI = "${DEBIAN_MIRROR}/main/l/linuxdoc-tools/" | ||
17 | inherit autotools-brokensep native | 18 | inherit autotools-brokensep native |
18 | 19 | ||
19 | do_configure () { | 20 | do_configure () { |