diff options
author | Armin Kuster <akuster808@gmail.com> | 2018-06-11 10:22:57 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-06-15 17:56:24 +0100 |
commit | 50804c06633f8402fb9ac905882353f746afd1cb (patch) | |
tree | beef5954b368dcba617c552bc798d126c24ba1f2 /meta/recipes-support/popt | |
parent | e4b365eb76bc634ff0707bddc578ff1d839c8588 (diff) | |
download | poky-50804c06633f8402fb9ac905882353f746afd1cb.tar.gz |
popt: update SRC_URI
It appears the rpm5.org has been down for some time, switch to fossies
WARNING: popt-native-1.16-r3 do_fetch: Failed to fetch URL http://rpm5.org/files/popt/popt-1.16.tar.gz, attempting MIRRORS if available
(From OE-Core rev: 347ee336dcc94e6fa4e4788117013615b90abd70)
Signed-off-by: Armin Kuster <akuster808@gmail.com>
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 478288f9bf..377d108449 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 = "http://rpm5.org/files/popt/popt-${PV}.tar.gz \ | 11 | SRC_URI = "https://fossies.org/linux/misc/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 \ |