[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 18:54:35 UTC 2014


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

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