aboutsummaryrefslogtreecommitdiffstats
path: root/meta/classes
diff options
context:
space:
mode:
authorMing Liu <ming.liu@windriver.com>2014-06-19 16:42:58 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-06-24 19:53:02 +0100
commitc8dc421ea18bb7a810501ab6d07efa9c8f6d6eb9 (patch)
treefa1e434ffc0bf351ad818d9e30d816a0eee93b02 /meta/classes
parent8f17b78005bca46ce4b54be3f74bfb39571359c6 (diff)
downloadopenembedded-core-contrib-c8dc421ea18bb7a810501ab6d07efa9c8f6d6eb9.tar.gz
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@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/classes')
-rw-r--r--meta/classes/syslinux.bbclass2
1 files changed, 1 insertions, 1 deletions
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"