diff options
author | Saul Wold <sgw@linux.intel.com> | 2014-03-04 10:35:12 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-03-07 14:58:46 +0000 |
commit | 41917e83b5afbf282a966361c0bb60d06a7a231e (patch) | |
tree | 2f9d48f02059c2a851e330ef923425d4cb738c6b | |
parent | 2de0100e469c3fcf83254f5e17930681b9b7db12 (diff) | |
download | poky-41917e83b5afbf282a966361c0bb60d06a7a231e.tar.gz |
grub-efi: use autotools-brokensep
(From OE-Core rev: ee4a68dd11d6c18681a6d3fdbcd7428136eaaf62)
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-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 e02def3e5f..8958b0495d 100644 --- a/meta/recipes-bsp/grub/grub-efi_2.00.bb +++ b/meta/recipes-bsp/grub/grub-efi_2.00.bb | |||
@@ -51,7 +51,7 @@ python __anonymous () { | |||
51 | d.setVar("GRUB_IMAGE", grubimage) | 51 | d.setVar("GRUB_IMAGE", grubimage) |
52 | } | 52 | } |
53 | 53 | ||
54 | inherit autotools | 54 | inherit autotools-brokensep |
55 | inherit gettext | 55 | inherit gettext |
56 | inherit deploy | 56 | inherit deploy |
57 | 57 | ||