From: Xiaofeng Yan Date: Mon, 5 Sep 2011 01:47:41 +0000 (+0800) Subject: qt4e-demo-image: Ensure a shell is present X-Git-Tag: 2011-1~177 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=5f06d5012bfa8b2bd83092e41ab29babdfd4605e;p=openembedded-core.git 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 Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-qt/images/qt4e-demo-image.bb b/meta/recipes-qt/images/qt4e-demo-image.bb index f2150ca1ce..6a7c0866e5 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 \ "