diff options
author | Ming Liu <ming.liu@windriver.com> | 2014-06-19 16:42:59 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-06-24 19:54:12 +0100 |
commit | 6d201457e684f18d1406c367b9e97b78b7f4fa74 (patch) | |
tree | 4648edb41ddc50607b556cc3fdc38ef918e31280 /meta | |
parent | e5b5239ff8d02d2a4b031370a47bee7b97846947 (diff) | |
download | poky-6d201457e684f18d1406c367b9e97b78b7f4fa74.tar.gz |
grub-efi.bbclass: Ensure MLPREFIX is applied to depends flag
Add MLPREFIX to depends flag to ensure the correct grub-efi is
dependended upon.
(From OE-Core rev: b62bf9e1cb8670901cfc37b1cd1822703ebdc000)
Signed-off-by: Ming Liu <ming.liu@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/classes/grub-efi.bbclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/classes/grub-efi.bbclass b/meta/classes/grub-efi.bbclass index 5c80c177de..505d032cc8 100644 --- a/meta/classes/grub-efi.bbclass +++ b/meta/classes/grub-efi.bbclass | |||
@@ -15,8 +15,8 @@ | |||
15 | # ${GRUB_OPTS} - additional options to add to the config, ';' delimited # (optional) | 15 | # ${GRUB_OPTS} - additional options to add to the config, ';' delimited # (optional) |
16 | # ${GRUB_TIMEOUT} - timeout before executing the deault label (optional) | 16 | # ${GRUB_TIMEOUT} - timeout before executing the deault label (optional) |
17 | 17 | ||
18 | do_bootimg[depends] += "grub-efi:do_deploy" | 18 | do_bootimg[depends] += "${MLPREFIX}grub-efi:do_deploy" |
19 | do_bootdirectdisk[depends] += "grub-efi:do_deploy" | 19 | do_bootdirectdisk[depends] += "${MLPREFIX}grub-efi:do_deploy" |
20 | 20 | ||
21 | GRUB_SERIAL ?= "console=ttyS0,115200" | 21 | GRUB_SERIAL ?= "console=ttyS0,115200" |
22 | GRUBCFG = "${S}/grub.cfg" | 22 | GRUBCFG = "${S}/grub.cfg" |