[oe-commits] Ming Liu : gummiboot.bbclass: Ensure MLPREFIX is applied to depends flag

git at git.openembedded.org git at git.openembedded.org
Tue Jun 24 10:06:07 UTC 2014


Module: openembedded-core.git
Branch: master-next
Commit: 8113d62342df386654990b653fa3a08e6ac6ef81
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=8113d62342df386654990b653fa3a08e6ac6ef81

Author: Ming Liu <ming.liu at windriver.com>
Date:   Thu Jun 19 16:43:00 2014 +0800

gummiboot.bbclass: Ensure MLPREFIX is applied to depends flag

Add MLPREFIX to depends flag to ensure the correct gummiboot is
dependended upon.

Signed-off-by: Ming Liu <ming.liu at windriver.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 meta/classes/gummiboot.bbclass | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/meta/classes/gummiboot.bbclass b/meta/classes/gummiboot.bbclass
index 0214652..dae1977 100644
--- a/meta/classes/gummiboot.bbclass
+++ b/meta/classes/gummiboot.bbclass
@@ -6,8 +6,8 @@
 # Set EFI_PROVIDER = "gummiboot" to use gummiboot on your live images instead of grub-efi
 # (images built by bootimage.bbclass or boot-directdisk.bbclass)
 
-do_bootimg[depends] += "gummiboot:do_deploy"
-do_bootdirectdisk[depends] += "gummiboot:do_deploy"
+do_bootimg[depends] += "${MLPREFIX}gummiboot:do_deploy"
+do_bootdirectdisk[depends] += "${MLPREFIX}gummiboot:do_deploy"
 
 EFIDIR = "/EFI/BOOT"
 



More information about the Openembedded-commits mailing list