]> code.ossystems Code Review - openembedded-core.git/commitdiff
qt4e-demo-image: Ensure a shell is present
authorXiaofeng Yan <xiaofeng.yan@windriver.com>
Mon, 5 Sep 2011 01:47:41 +0000 (09:47 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 5 Sep 2011 19:21:48 +0000 (20:21 +0100)
"/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@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-qt/images/qt4e-demo-image.bb

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