]> code.ossystems Code Review - openembedded-core.git/commitdiff
qt4e-demo-image: Improve image contents
authorEric Bénard <eric@eukrea.com>
Wed, 7 Sep 2011 08:50:34 +0000 (10:50 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 4 Oct 2011 10:34:21 +0000 (11:34 +0100)
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>
meta/recipes-qt/images/qt4e-demo-image.bb

index 6a7c0866e5dfd1183419f0225a2684c0a2ce2cb3..652337926b42ed5a6eb3835655024a00ed954371 100644 (file)
@@ -11,7 +11,7 @@ RDEPENDS_${PN} += " \
        "
 
 IMAGE_INSTALL += "\
-       busybox \
+       ${POKY_BASE_INSTALL} \
        module-init-tools \
        task-qt4e-base \
 "