diff options
author | Ross Burton <ross.burton@intel.com> | 2017-07-29 18:20:07 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-08-09 09:24:16 +0100 |
commit | 6a6d2d1853dc0e42cce1de2702b86c37627f84ff (patch) | |
tree | f8ed300a01a285e32094cbd2cfa8fa37c0c1dbc7 /meta/recipes-devtools | |
parent | 511dbdbc9a7d63f0020da6221c8578669ffa6412 (diff) | |
download | poky-6a6d2d1853dc0e42cce1de2702b86c37627f84ff.tar.gz |
chrpath: use https for SRC_URI
Alioth always redirects, so we might as well save time by looking in the right
place.
(From OE-Core rev: e681e25fb8fb97a8592df69180d2fd85d136352c)
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools')
-rw-r--r-- | meta/recipes-devtools/chrpath/chrpath_0.16.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/chrpath/chrpath_0.16.bb b/meta/recipes-devtools/chrpath/chrpath_0.16.bb index e115eb5c95..b61eef9c8b 100644 --- a/meta/recipes-devtools/chrpath/chrpath_0.16.bb +++ b/meta/recipes-devtools/chrpath/chrpath_0.16.bb | |||
@@ -7,7 +7,7 @@ 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 = "http://alioth.debian.org/frs/download.php/file/3979/chrpath-0.16.tar.gz \ | 10 | SRC_URI = "https://alioth.debian.org/frs/download.php/file/3979/chrpath-0.16.tar.gz \ |
11 | file://standarddoc.patch" | 11 | file://standarddoc.patch" |
12 | 12 | ||
13 | SRC_URI[md5sum] = "2bf8d1d1ee345fc8a7915576f5649982" | 13 | SRC_URI[md5sum] = "2bf8d1d1ee345fc8a7915576f5649982" |