diff options
author | Ross Burton <ross.burton@intel.com> | 2018-12-14 17:08:59 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-12-15 11:48:07 +0000 |
commit | f19efc867328ea308463d81a6d5ef1a9050851b3 (patch) | |
tree | a6ebdb30e29524017e2f38f550d5b39010cd1b1f /meta/recipes-support/popt | |
parent | e7161695e6370069195c4abbfe65474a3c1de162 (diff) | |
download | poky-f19efc867328ea308463d81a6d5ef1a9050851b3.tar.gz |
Revert "popt: update SRC_URI"
Go back to use rpm5.org, as it's the canonical host for popt. The host is back up now.
This reverts commit 347ee336dcc94e6fa4e4788117013615b90abd70.
(From OE-Core rev: 691e540e724c609cceeb9379e1252a05abebd5b1)
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support/popt')
-rw-r--r-- | meta/recipes-support/popt/popt_1.16.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-support/popt/popt_1.16.bb b/meta/recipes-support/popt/popt_1.16.bb index 377d108449..478288f9bf 100644 --- a/meta/recipes-support/popt/popt_1.16.bb +++ b/meta/recipes-support/popt/popt_1.16.bb | |||
@@ -8,7 +8,7 @@ PR = "r3" | |||
8 | 8 | ||
9 | DEPENDS = "virtual/libiconv" | 9 | DEPENDS = "virtual/libiconv" |
10 | 10 | ||
11 | SRC_URI = "https://fossies.org/linux/misc/popt-${PV}.tar.gz \ | 11 | SRC_URI = "http://rpm5.org/files/popt/popt-${PV}.tar.gz \ |
12 | file://pkgconfig_fix.patch \ | 12 | file://pkgconfig_fix.patch \ |
13 | file://popt_fix_for_automake-1.12.patch \ | 13 | file://popt_fix_for_automake-1.12.patch \ |
14 | file://disable_tests.patch \ | 14 | file://disable_tests.patch \ |