[oe-commits] Ming Liu : syslinux.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: c8dc421ea18bb7a810501ab6d07efa9c8f6d6eb9
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=c8dc421ea18bb7a810501ab6d07efa9c8f6d6eb9

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

syslinux.bbclass: Ensure MLPREFIX is applied to depends flag

Add MLPREFIX to depends flag to ensure the correct syslinux 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/syslinux.bbclass | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/classes/syslinux.bbclass b/meta/classes/syslinux.bbclass
index 8964d3f..b9701bf 100644
--- a/meta/classes/syslinux.bbclass
+++ b/meta/classes/syslinux.bbclass
@@ -17,7 +17,7 @@
 # ${SYSLINUX_SERIAL_TTY} - Set alternate console=tty... kernel boot argument
 # ${SYSLINUX_KERNEL_ARGS} - Add additional kernel arguments
 
-do_bootimg[depends] += "syslinux:do_populate_sysroot \
+do_bootimg[depends] += "${MLPREFIX}syslinux:do_populate_sysroot \
                         syslinux-native:do_populate_sysroot"
 
 SYSLINUXCFG  = "${S}/syslinux.cfg"



More information about the Openembedded-commits mailing list