aboutsummaryrefslogtreecommitdiffstats
path: root/meta/classes
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2013-02-07 13:32:55 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-02-07 15:24:46 +0000
commit41163fc5e6662251ec264fd5194a649342d11de1 (patch)
treeb1a8dce97f62008a35657bf2f8055cf526d511d0 /meta/classes
parent743d5233747d0a107490b31ea3da151ea1ace3ae (diff)
downloadopenembedded-core-contrib-41163fc5e6662251ec264fd5194a649342d11de1.tar.gz
image.bbclass: Add MLPREFIX to DEPENDS
Add MLPREFIX to DEPENDS to ensure the correct qemuwrapper is dependended upon. Its searched for in PATH so we need to do this to ensure the correct version is present. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/classes')
-rw-r--r--meta/classes/image.bbclass2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/classes/image.bbclass b/meta/classes/image.bbclass
index 5cbf73aaae..84ddc3872f 100644
--- a/meta/classes/image.bbclass
+++ b/meta/classes/image.bbclass
@@ -10,7 +10,7 @@ inherit gzipnative
LICENSE = "MIT"
PACKAGES = ""
-DEPENDS += "qemuwrapper-cross"
+DEPENDS += "${MLPREFIX}qemuwrapper-cross"
RDEPENDS += "${IMAGE_INSTALL} ${LINGUAS_INSTALL} ${NORMAL_FEATURE_INSTALL} ${ROOTFS_BOOTSTRAP_INSTALL}"
RRECOMMENDS += "${NORMAL_FEATURE_INSTALL_OPTIONAL}"