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]

(From OE-Core rev: 5f06d5012bfa8b2bd83092e41ab29babdfd4605e)

Signed-off-by: Xiaofeng Yan <xiaofeng.yan@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Xiaofeng Yan
2011-09-05 09:47:41 +08:00
committed by Richard Purdie
parent 726a9d299a
commit b6aa703748

View File

@@ -11,6 +11,7 @@ RDEPENDS_${PN} += " \
"
IMAGE_INSTALL += "\
busybox \
module-init-tools \
task-qt4e-base \
"