[oe-commits] Eric Bénard : qt4e-demo-image: Improve image contents

git version control git at git.openembedded.org
Tue Oct 4 10:36:12 UTC 2011


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

Author: Eric Bénard <eric at eukrea.com>
Date:   Wed Sep  7 10:50:34 2011 +0200

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 at eukrea.com>

---

 meta/recipes-qt/images/qt4e-demo-image.bb |    2 +-
 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 6a7c086..6523379 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 \
 "





More information about the Openembedded-commits mailing list