From: Ming Liu Date: Thu, 19 Jun 2014 08:42:58 +0000 (+0800) Subject: syslinux.bbclass: Ensure MLPREFIX is applied to depends flag X-Git-Tag: 2015-4~2499 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=c8dc421ea18bb7a810501ab6d07efa9c8f6d6eb9;p=openembedded-core.git 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 Signed-off-by: Richard Purdie --- diff --git a/meta/classes/syslinux.bbclass b/meta/classes/syslinux.bbclass index 8964d3ff5e..b9701bf237 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"