diff options
author | Darren Hart <dvhart@linux.intel.com> | 2013-05-01 13:43:33 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-05-03 16:37:08 +0100 |
commit | 84d45db4ddced96c736f106f8122eefadf925c41 (patch) | |
tree | 056b8127f0674c1f2557188fb62333a8fb607678 /meta/recipes-bsp/grub | |
parent | ec587c5e4f80ec7bd2196a8bac516fe8f6351a2c (diff) | |
download | poky-84d45db4ddced96c736f106f8122eefadf925c41.tar.gz |
grub-efi-native: Cleanup whitespace
A few of the recent commits have used inconsistent whitespace with
respect to tabs and spaces for indentation and alignment. Correct it.
(From OE-Core rev: 3472c1f7ab409cd91c1d4782d9e00880b84e3ae8)
Signed-off-by: Darren Hart <dvhart@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-bsp/grub')
-rw-r--r-- | meta/recipes-bsp/grub/grub-efi-native_2.00.bb | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/meta/recipes-bsp/grub/grub-efi-native_2.00.bb b/meta/recipes-bsp/grub/grub-efi-native_2.00.bb index 2a5dad7104..11dcfdf07e 100644 --- a/meta/recipes-bsp/grub/grub-efi-native_2.00.bb +++ b/meta/recipes-bsp/grub/grub-efi-native_2.00.bb | |||
@@ -24,11 +24,11 @@ PN := "grub-efi-${TRANSLATED_TARGET_ARCH}-native" | |||
24 | 24 | ||
25 | SRC_URI = "ftp://ftp.gnu.org/gnu/grub/grub-${PV}.tar.gz \ | 25 | SRC_URI = "ftp://ftp.gnu.org/gnu/grub/grub-${PV}.tar.gz \ |
26 | file://grub-2.00-fpmath-sse-387-fix.patch \ | 26 | file://grub-2.00-fpmath-sse-387-fix.patch \ |
27 | file://grub-2.00-fix-enable_execute_stack-check.patch \ | 27 | file://grub-2.00-fix-enable_execute_stack-check.patch \ |
28 | file://grub-2.00-disable-help2man.patch \ | 28 | file://grub-2.00-disable-help2man.patch \ |
29 | file://check-if-liblzma-is-disabled.patch \ | 29 | file://check-if-liblzma-is-disabled.patch \ |
30 | file://grub-no-unused-result.patch \ | 30 | file://grub-no-unused-result.patch \ |
31 | file://grub-2.00-ignore-gnulib-gets-stupidity.patch \ | 31 | file://grub-2.00-ignore-gnulib-gets-stupidity.patch \ |
32 | " | 32 | " |
33 | SRC_URI[md5sum] = "e927540b6eda8b024fb0391eeaa4091c" | 33 | SRC_URI[md5sum] = "e927540b6eda8b024fb0391eeaa4091c" |
34 | SRC_URI[sha256sum] = "65b39a0558f8c802209c574f4d02ca263a804e8a564bc6caf1cd0fd3b3cc11e3" | 34 | SRC_URI[sha256sum] = "65b39a0558f8c802209c574f4d02ca263a804e8a564bc6caf1cd0fd3b3cc11e3" |
@@ -66,7 +66,7 @@ EXTRA_OECONF = "--with-platform=efi --disable-grub-mkfont \ | |||
66 | 66 | ||
67 | do_mkimage() { | 67 | do_mkimage() { |
68 | ./grub-mkimage -p /EFI/BOOT -d ./grub-core/ \ | 68 | ./grub-mkimage -p /EFI/BOOT -d ./grub-core/ \ |
69 | -O ${GRUB_TARGET}-efi -o ./${GRUB_IMAGE} \ | 69 | -O ${GRUB_TARGET}-efi -o ./${GRUB_IMAGE} \ |
70 | boot linux ext2 fat serial part_msdos part_gpt normal efi_gop | 70 | boot linux ext2 fat serial part_msdos part_gpt normal efi_gop |
71 | } | 71 | } |
72 | addtask mkimage after do_compile before do_install | 72 | addtask mkimage after do_compile before do_install |