diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-08-20 21:42:07 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-08-20 21:42:07 +0100 |
commit | 4621675632518caae3a8c2098ee36896b9372551 (patch) | |
tree | d3f185753fa4460563f1ee068318e3d38a1867a6 /meta/recipes-bsp | |
parent | ac135bd462dc4e674260fdb97c9e2e79c2e96460 (diff) | |
download | openembedded-core-4621675632518caae3a8c2098ee36896b9372551.tar.gz openembedded-core-4621675632518caae3a8c2098ee36896b9372551.tar.bz2 openembedded-core-4621675632518caae3a8c2098ee36896b9372551.zip |
grub-efi: Add backslash lost from previous commit
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-bsp')
-rw-r--r-- | meta/recipes-bsp/grub/grub-efi_2.00.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-bsp/grub/grub-efi_2.00.bb b/meta/recipes-bsp/grub/grub-efi_2.00.bb index 91b0cb6d8e..76742550da 100644 --- a/meta/recipes-bsp/grub/grub-efi_2.00.bb +++ b/meta/recipes-bsp/grub/grub-efi_2.00.bb @@ -29,7 +29,7 @@ SRC_URI = "ftp://ftp.gnu.org/gnu/grub/grub-${PV}.tar.gz \ file://grub-efi-allow-a-compilation-without-mcmodel-large.patch \ file://grub-2.00-add-oe-kernel.patch \ file://grub-efi-fix-with-glibc-2.20.patch \ - file://0001-parse_dhcp_vendor-Add-missing-const-qualifiers.patch + file://0001-parse_dhcp_vendor-Add-missing-const-qualifiers.patch \ " SRC_URI[md5sum] = "e927540b6eda8b024fb0391eeaa4091c" SRC_URI[sha256sum] = "65b39a0558f8c802209c574f4d02ca263a804e8a564bc6caf1cd0fd3b3cc11e3" |