summaryrefslogtreecommitdiffstats
path: root/meta/recipes-qt
diff options
context:
space:
mode:
authorXiaofeng Yan <xiaofeng.yan@windriver.com>2011-09-05 09:47:41 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-09-05 20:25:45 +0100
commitb6aa7037486a9be7272f01ed1b71448681ed8fdc (patch)
tree0856e2b9df56e03f410195e4787b301372f88381 /meta/recipes-qt
parent726a9d299a7f6ce59e138363fda15900c92a2bbf (diff)
downloadpoky-b6aa7037486a9be7272f01ed1b71448681ed8fdc.tar.gz
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>
Diffstat (limited to 'meta/recipes-qt')
-rw-r--r--meta/recipes-qt/images/qt4e-demo-image.bb1
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 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} += " \
11 " 11 "
12 12
13IMAGE_INSTALL += "\ 13IMAGE_INSTALL += "\
14 busybox \
14 module-init-tools \ 15 module-init-tools \
15 task-qt4e-base \ 16 task-qt4e-base \
16" 17"