From: Oleksandr Kravchuk Date: Wed, 12 Jun 2019 22:10:06 +0000 (+0200) Subject: popt: fix SRC_URI X-Git-Tag: 2019-04.3-warrior~47 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=2e2fb4e9db2e328dcb771951feb7f7ab5c0c4dd6;p=openembedded-core.git popt: fix SRC_URI rpm5.org has been down for about a year now. Use linuxfromscratch.org as an alternative reliable source instead. Signed-off-by: Oleksandr Kravchuk Signed-off-by: Richard Purdie (cherry picked from commit d9224014da9a512b1b8837e4e7a736d465c97be3) Signed-off-by: Armin Kuster --- diff --git a/meta/recipes-support/popt/popt_1.16.bb b/meta/recipes-support/popt/popt_1.16.bb index 478288f9bf..27e49c2ca2 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" DEPENDS = "virtual/libiconv" -SRC_URI = "http://rpm5.org/files/popt/popt-${PV}.tar.gz \ +SRC_URI = "http://anduin.linuxfromscratch.org/BLFS/popt/popt-${PV}.tar.gz \ file://pkgconfig_fix.patch \ file://popt_fix_for_automake-1.12.patch \ file://disable_tests.patch \