diff options
author | Choong YinThong <yin.thong.choong@intel.com> | 2017-04-02 19:51:44 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-04-05 23:22:12 +0100 |
commit | b0cf9311c2e5e8f0ef75ed24837f436340133df9 (patch) | |
tree | 9ff39cb2887c614f51d84ccbf357a75eafcc0258 /meta | |
parent | f8a538c5339f2583e5108c77b1ab81dd09bd261c (diff) | |
download | poky-b0cf9311c2e5e8f0ef75ed24837f436340133df9.tar.gz |
libnewt: replace fedorahosted.org SRC_URI with pagure.io source
fedorahosted.org was retired on March 1st, 2017. This is to
update the SRC_URI to point to pagure.io. pagure.io is a
replacement for fedorahosted.
[YOCTO #11226]
(From OE-Core rev: b85905bc8b845c9da7d2a086ea239ec00d5142e3)
Signed-off-by: Choong YinThong <yin.thong.choong@intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-extended/newt/libnewt_0.52.19.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-extended/newt/libnewt_0.52.19.bb b/meta/recipes-extended/newt/libnewt_0.52.19.bb index a26ce1fbe7..de76ce20c4 100644 --- a/meta/recipes-extended/newt/libnewt_0.52.19.bb +++ b/meta/recipes-extended/newt/libnewt_0.52.19.bb | |||
@@ -8,7 +8,7 @@ shared library needed by programs built with newt, as well as a \ | |||
8 | /usr/bin/dialog replacement called whiptail. Newt is based on the \ | 8 | /usr/bin/dialog replacement called whiptail. Newt is based on the \ |
9 | slang library." | 9 | slang library." |
10 | 10 | ||
11 | HOMEPAGE = "https://fedorahosted.org/newt/" | 11 | HOMEPAGE = "https://releases.pagure.org/newt/" |
12 | SECTION = "libs" | 12 | SECTION = "libs" |
13 | 13 | ||
14 | LICENSE = "LGPLv2" | 14 | LICENSE = "LGPLv2" |
@@ -17,7 +17,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=5f30f0716dfdd0d91eb439ebec522ec2" | |||
17 | # slang needs to be >= 2.2 | 17 | # slang needs to be >= 2.2 |
18 | DEPENDS = "slang popt" | 18 | DEPENDS = "slang popt" |
19 | 19 | ||
20 | SRC_URI = "https://fedorahosted.org/releases/n/e/newt/newt-${PV}.tar.gz \ | 20 | SRC_URI = "https://releases.pagure.org/newt/newt-${PV}.tar.gz \ |
21 | file://fix_SHAREDDIR.patch \ | 21 | file://fix_SHAREDDIR.patch \ |
22 | file://cross_ar.patch \ | 22 | file://cross_ar.patch \ |
23 | file://Makefile.in-Add-tinfo-library-to-the-linking-librari.patch \ | 23 | file://Makefile.in-Add-tinfo-library-to-the-linking-librari.patch \ |