]> code.ossystems Code Review - openembedded-core.git/commitdiff
image.bbclass: Add MLPREFIX to DEPENDS
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 7 Feb 2013 13:32:55 +0000 (13:32 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 7 Feb 2013 15:24:46 +0000 (15:24 +0000)
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>
meta/classes/image.bbclass

index 5cbf73aaae0a2973b870232cade4ae1ffdc95aa3..84ddc3872f374c2c322c01ad456b79e5c00ff38f 100644 (file)
@@ -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}"