summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support
diff options
context:
space:
mode:
authorOleksandr Kravchuk <open.source@oleksandr-kravchuk.com>2019-06-13 00:10:06 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-01-16 22:38:53 +0000
commit178c487ed29fad3f698d59572fb882cc3733eeb9 (patch)
treee6bf6cedba3513bda17b10f44d2d567a929fd787 /meta/recipes-support
parent8c7e02c9d1e1694d4dd690f91a90220b58cb912a (diff)
downloadpoky-178c487ed29fad3f698d59572fb882cc3733eeb9.tar.gz
popt: fix SRC_URI
rpm5.org has been down for about a year now. Use linuxfromscratch.org as an alternative reliable source instead. (From OE-Core rev: 2e2fb4e9db2e328dcb771951feb7f7ab5c0c4dd6) 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> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support')
-rw-r--r--meta/recipes-support/popt/popt_1.16.bb2
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..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"
8 8
9DEPENDS = "virtual/libiconv" 9DEPENDS = "virtual/libiconv"
10 10
11SRC_URI = "http://rpm5.org/files/popt/popt-${PV}.tar.gz \ 11SRC_URI = "http://anduin.linuxfromscratch.org/BLFS/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 \