diff options
author | Ming Liu <ming.liu@windriver.com> | 2014-06-19 16:42:58 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-06-24 19:54:11 +0100 |
commit | e5b5239ff8d02d2a4b031370a47bee7b97846947 (patch) | |
tree | d69247c0a9fecc5c4cb6b515da3ca9de53c0993b /meta/classes | |
parent | cef0d82ebeed9469aa1c566b70f8284db8435b41 (diff) | |
download | poky-e5b5239ff8d02d2a4b031370a47bee7b97846947.tar.gz |
syslinux.bbclass: Ensure MLPREFIX is applied to depends flag
Add MLPREFIX to depends flag to ensure the correct syslinux is
dependended upon.
(From OE-Core rev: c8dc421ea18bb7a810501ab6d07efa9c8f6d6eb9)
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.bbclass | 2 |
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 @@ | |||
17 | # ${SYSLINUX_SERIAL_TTY} - Set alternate console=tty... kernel boot argument | 17 | # ${SYSLINUX_SERIAL_TTY} - Set alternate console=tty... kernel boot argument |
18 | # ${SYSLINUX_KERNEL_ARGS} - Add additional kernel arguments | 18 | # ${SYSLINUX_KERNEL_ARGS} - Add additional kernel arguments |
19 | 19 | ||
20 | do_bootimg[depends] += "syslinux:do_populate_sysroot \ | 20 | do_bootimg[depends] += "${MLPREFIX}syslinux:do_populate_sysroot \ |
21 | syslinux-native:do_populate_sysroot" | 21 | syslinux-native:do_populate_sysroot" |
22 | 22 | ||
23 | SYSLINUXCFG = "${S}/syslinux.cfg" | 23 | SYSLINUXCFG = "${S}/syslinux.cfg" |