diff options
author | Adrian Bunk <bunk@stusta.de> | 2019-08-01 20:19:53 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-08-03 23:56:01 +0100 |
commit | 06e36f13bf512e46106ec3769f129e0d4a6d4a78 (patch) | |
tree | f827535f8923c2f9684645c7033ec418368e5e93 /meta/recipes-devtools | |
parent | 640c59a70658708863ff15e3b9de5a4b4bfab2e4 (diff) | |
download | poky-06e36f13bf512e46106ec3769f129e0d4a6d4a78.tar.gz |
grub/libmpc/gdb: Use GNU_MIRROR in more recipes
(From OE-Core rev: 2f13b063f64c500f144a70d23a343223b5c70907)
Signed-off-by: Adrian Bunk <bunk@stusta.de>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools')
-rw-r--r-- | meta/recipes-devtools/gdb/gdb-8.3.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/gdb/gdb-8.3.inc b/meta/recipes-devtools/gdb/gdb-8.3.inc index a5ef936fbf..070c17d4a1 100644 --- a/meta/recipes-devtools/gdb/gdb-8.3.inc +++ b/meta/recipes-devtools/gdb/gdb-8.3.inc | |||
@@ -4,7 +4,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552 \ | |||
4 | file://COPYING3.LIB;md5=6a6a8e020838b23406c81b19c1d46df6 \ | 4 | file://COPYING3.LIB;md5=6a6a8e020838b23406c81b19c1d46df6 \ |
5 | file://COPYING.LIB;md5=9f604d8a4f8e74f4f5140845a21b6674" | 5 | file://COPYING.LIB;md5=9f604d8a4f8e74f4f5140845a21b6674" |
6 | 6 | ||
7 | SRC_URI = "http://ftp.gnu.org/gnu/gdb/gdb-${PV}.tar.xz \ | 7 | SRC_URI = "${GNU_MIRROR}/gdb/gdb-${PV}.tar.xz \ |
8 | file://0001-gdbserver-ctrl-c-handling.patch \ | 8 | file://0001-gdbserver-ctrl-c-handling.patch \ |
9 | file://0002-make-man-install-relative-to-DESTDIR.patch \ | 9 | file://0002-make-man-install-relative-to-DESTDIR.patch \ |
10 | file://0003-mips-linux-nat-Define-_ABIO32-if-not-defined.patch \ | 10 | file://0003-mips-linux-nat-Define-_ABIO32-if-not-defined.patch \ |