[oe-commits] Xiaofeng Yan : qt4e-demo-image: Ensure a shell is present

git version control git at git.openembedded.org
Mon Sep 5 19:28:53 UTC 2011


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

Author: Xiaofeng Yan <xiaofeng.yan at windriver.com>
Date:   Mon Sep  5 09:47:41 2011 +0800

qt4e-demo-image: Ensure a shell is present

"/bin/sh" is needed by qt4e-demo-image, So I add busybox for fixing this problem.

[YOCTO #999]

Signed-off-by: Xiaofeng Yan <xiaofeng.yan at windriver.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 meta/recipes-qt/images/qt4e-demo-image.bb |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/meta/recipes-qt/images/qt4e-demo-image.bb b/meta/recipes-qt/images/qt4e-demo-image.bb
index f2150ca..6a7c086 100644
--- a/meta/recipes-qt/images/qt4e-demo-image.bb
+++ b/meta/recipes-qt/images/qt4e-demo-image.bb
@@ -11,6 +11,7 @@ RDEPENDS_${PN} += " \
 	"
 
 IMAGE_INSTALL += "\
+	busybox \
 	module-init-tools \
 	task-qt4e-base \
 "





More information about the Openembedded-commits mailing list