aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-qt/images
diff options
context:
space:
mode:
authorEric Bénard <eric@eukrea.com>2011-09-07 10:50:34 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-10-04 11:34:21 +0100
commitc2f4bae0a100f3752153ecb93adb9ede4f55322a (patch)
treea93e91619881f8b53a430af6a0e27c7147ae9248 /meta/recipes-qt/images
parent439867efcc9a7df6062fdb8dae85004b1e9ed08c (diff)
downloadopenembedded-core-c2f4bae0a100f3752153ecb93adb9ede4f55322a.tar.gz
qt4e-demo-image: Improve image contents
Use ${POKY_BASE_INSTALL} in order to have the base files and tools in the image. Signed-off-by: Eric Bénard <eric@eukrea.com>
Diffstat (limited to 'meta/recipes-qt/images')
-rw-r--r--meta/recipes-qt/images/qt4e-demo-image.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-qt/images/qt4e-demo-image.bb b/meta/recipes-qt/images/qt4e-demo-image.bb
index 6a7c0866e5..652337926b 100644
--- a/meta/recipes-qt/images/qt4e-demo-image.bb
+++ b/meta/recipes-qt/images/qt4e-demo-image.bb
@@ -11,7 +11,7 @@ RDEPENDS_${PN} += " \
"
IMAGE_INSTALL += "\
- busybox \
+ ${POKY_BASE_INSTALL} \
module-init-tools \
task-qt4e-base \
"