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: lucaceresoli/bug-15201-perf-libtraceevent-missing~33336 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c8dc421ea18bb7a810501ab6d07efa9c8f6d6eb9;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.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 8964d3ff5e5..b9701bf237a 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"