diff options
Diffstat (limited to 'meta/classes')
-rw-r--r-- | 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 5cbf73aaae..84ddc3872f 100644 --- a/meta/classes/image.bbclass +++ b/meta/classes/image.bbclass | |||
@@ -10,7 +10,7 @@ inherit gzipnative | |||
10 | 10 | ||
11 | LICENSE = "MIT" | 11 | LICENSE = "MIT" |
12 | PACKAGES = "" | 12 | PACKAGES = "" |
13 | DEPENDS += "qemuwrapper-cross" | 13 | DEPENDS += "${MLPREFIX}qemuwrapper-cross" |
14 | RDEPENDS += "${IMAGE_INSTALL} ${LINGUAS_INSTALL} ${NORMAL_FEATURE_INSTALL} ${ROOTFS_BOOTSTRAP_INSTALL}" | 14 | RDEPENDS += "${IMAGE_INSTALL} ${LINGUAS_INSTALL} ${NORMAL_FEATURE_INSTALL} ${ROOTFS_BOOTSTRAP_INSTALL}" |
15 | RRECOMMENDS += "${NORMAL_FEATURE_INSTALL_OPTIONAL}" | 15 | RRECOMMENDS += "${NORMAL_FEATURE_INSTALL_OPTIONAL}" |
16 | 16 | ||