]> code.ossystems Code Review - openembedded-core.git/commitdiff
popt: fix SRC_URI
authorOleksandr Kravchuk <open.source@oleksandr-kravchuk.com>
Wed, 12 Jun 2019 22:10:06 +0000 (00:10 +0200)
committerArmin Kuster <akuster808@gmail.com>
Sun, 12 Jan 2020 03:08:45 +0000 (19:08 -0800)
rpm5.org has been down for about a year now. Use linuxfromscratch.org
as an alternative reliable source instead.

Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit d9224014da9a512b1b8837e4e7a736d465c97be3)
Signed-off-by: Armin Kuster <akuster808@gmail.com>
meta/recipes-support/popt/popt_1.16.bb

index 478288f9bf2b4a84739ca4c3ffa1bead65c60e1c..27e49c2ca21e3510831853a10d35691ad72bd1a1 100644 (file)
@@ -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 \