[oe-commits] Richard Purdie : image.bbclass: Add MLPREFIX to DEPENDS

git at git.openembedded.org git at git.openembedded.org
Thu Feb 7 15:25:07 UTC 2013


Module: openembedded-core.git
Branch: master
Commit: 41163fc5e6662251ec264fd5194a649342d11de1
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=41163fc5e6662251ec264fd5194a649342d11de1

Author: Richard Purdie <richard.purdie at linuxfoundation.org>
Date:   Thu Feb  7 13:32:55 2013 +0000

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 at linuxfoundation.org>

---

 meta/classes/image.bbclass |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/meta/classes/image.bbclass b/meta/classes/image.bbclass
index 5cbf73a..84ddc38 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}"
 





More information about the Openembedded-commits mailing list