diff options
author | Ross Burton <ross.burton@intel.com> | 2018-06-15 14:07:41 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-06-27 13:55:21 +0100 |
commit | 40e0f186b9f9135df969a911cc2b84555a8d784b (patch) | |
tree | da80a429f8b939f218d7ae81012024d5a27a4066 /meta/recipes-devtools/chrpath | |
parent | fce36d3b94902893a37e83498c96a3c55d88df6c (diff) | |
download | poky-40e0f186b9f9135df969a911cc2b84555a8d784b.tar.gz |
chrpath: Alioth is dead, use DEBIAN_MIRROR
The previous host of chrpath, Alioth, is dead. chrpath hasn't yet moved to
Salsa, so download the tarball from the Debian mirrors.
(From OE-Core rev: a8a2c5ec891286a1e7fd5ebdd33565f9ae3965c2)
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/chrpath')
-rw-r--r-- | meta/recipes-devtools/chrpath/chrpath_0.16.bb | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/meta/recipes-devtools/chrpath/chrpath_0.16.bb b/meta/recipes-devtools/chrpath/chrpath_0.16.bb index b61eef9c8b..8de8850576 100644 --- a/meta/recipes-devtools/chrpath/chrpath_0.16.bb +++ b/meta/recipes-devtools/chrpath/chrpath_0.16.bb | |||
@@ -7,14 +7,12 @@ BUGTRACKER = "http://alioth.debian.org/tracker/?atid=412807&group_id=31052" | |||
7 | LICENSE = "GPLv2" | 7 | LICENSE = "GPLv2" |
8 | LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552" | 8 | LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552" |
9 | 9 | ||
10 | SRC_URI = "https://alioth.debian.org/frs/download.php/file/3979/chrpath-0.16.tar.gz \ | 10 | SRC_URI = "${DEBIAN_MIRROR}/main/c/${BPN}/${BPN}_${PV}.orig.tar.gz \ |
11 | file://standarddoc.patch" | 11 | file://standarddoc.patch" |
12 | 12 | ||
13 | SRC_URI[md5sum] = "2bf8d1d1ee345fc8a7915576f5649982" | 13 | SRC_URI[md5sum] = "2bf8d1d1ee345fc8a7915576f5649982" |
14 | SRC_URI[sha256sum] = "bb0d4c54bac2990e1bdf8132f2c9477ae752859d523e141e72b3b11a12c26e7b" | 14 | SRC_URI[sha256sum] = "bb0d4c54bac2990e1bdf8132f2c9477ae752859d523e141e72b3b11a12c26e7b" |
15 | 15 | ||
16 | UPSTREAM_CHECK_URI = "http://alioth.debian.org/frs/?group_id=31052" | ||
17 | |||
18 | inherit autotools | 16 | inherit autotools |
19 | 17 | ||
20 | # We don't have a staged chrpath-native for ensuring our binary is | 18 | # We don't have a staged chrpath-native for ensuring our binary is |