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-bsp | |
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-bsp')
-rw-r--r-- | meta/recipes-bsp/grub/grub2.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-bsp/grub/grub2.inc b/meta/recipes-bsp/grub/grub2.inc index 13e21d75bb..9544b36884 100644 --- a/meta/recipes-bsp/grub/grub2.inc +++ b/meta/recipes-bsp/grub/grub2.inc | |||
@@ -11,7 +11,7 @@ SECTION = "bootloaders" | |||
11 | LICENSE = "GPLv3" | 11 | LICENSE = "GPLv3" |
12 | LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" | 12 | LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" |
13 | 13 | ||
14 | SRC_URI = "https://ftp.gnu.org/gnu/grub/grub-${PV}.tar.gz \ | 14 | SRC_URI = "${GNU_MIRROR}/grub/grub-${PV}.tar.gz \ |
15 | file://0001-Disable-mfpmath-sse-as-well-when-SSE-is-disabled.patch \ | 15 | file://0001-Disable-mfpmath-sse-as-well-when-SSE-is-disabled.patch \ |
16 | file://autogen.sh-exclude-pc.patch \ | 16 | file://autogen.sh-exclude-pc.patch \ |
17 | file://grub-module-explicitly-keeps-symbole-.module_license.patch \ | 17 | file://grub-module-explicitly-keeps-symbole-.module_license.patch \ |