summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-kernel
diff options
context:
space:
mode:
authorAdrian Bunk <bunk@stusta.de>2019-08-01 20:20:56 +0300
committerKhem Raj <raj.khem@gmail.com>2019-08-02 18:04:41 -0700
commitdab0e88e22f0a90409cd032f92d48d16564d4b57 (patch)
tree9917decd833fb71c06b4446f508cb2c32ddf0151 /meta-oe/recipes-kernel
parentdd60555cd3030e0b42a8b6eea2161308433f7c7a (diff)
downloadmeta-openembedded-dab0e88e22f0a90409cd032f92d48d16564d4b57.tar.gz
meta-oe: Use GNU_MIRROR in more recipes
Signed-off-by: Adrian Bunk <bunk@stusta.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-kernel')
-rw-r--r--meta-oe/recipes-kernel/crash/crash_7.2.6.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-kernel/crash/crash_7.2.6.bb b/meta-oe/recipes-kernel/crash/crash_7.2.6.bb
index a8bfe27da..0a7c384a7 100644
--- a/meta-oe/recipes-kernel/crash/crash_7.2.6.bb
+++ b/meta-oe/recipes-kernel/crash/crash_7.2.6.bb
@@ -14,7 +14,7 @@ DEPENDS = "zlib readline coreutils-native"
14 14
15S = "${WORKDIR}/git" 15S = "${WORKDIR}/git"
16SRC_URI = "git://github.com/crash-utility/${BPN}.git \ 16SRC_URI = "git://github.com/crash-utility/${BPN}.git \
17 http://ftp.gnu.org/gnu/gdb/gdb-7.6.tar.gz;name=gdb;subdir=git \ 17 ${GNU_MIRROR}/gdb/gdb-7.6.tar.gz;name=gdb;subdir=git \
18 file://7001force_define_architecture.patch \ 18 file://7001force_define_architecture.patch \
19 file://7003cross_ranlib.patch \ 19 file://7003cross_ranlib.patch \
20 file://0001-cross_add_configure_option.patch \ 20 file://0001-cross_add_configure_option.patch \