diff options
author | Xiaofeng Yan <xiaofeng.yan@windriver.com> | 2011-09-05 09:47:41 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-09-05 20:25:45 +0100 |
commit | b6aa7037486a9be7272f01ed1b71448681ed8fdc (patch) | |
tree | 0856e2b9df56e03f410195e4787b301372f88381 | |
parent | 726a9d299a7f6ce59e138363fda15900c92a2bbf (diff) | |
download | poky-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>
-rw-r--r-- | 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 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 | ||
13 | IMAGE_INSTALL += "\ | 13 | IMAGE_INSTALL += "\ |
14 | busybox \ | ||
14 | module-init-tools \ | 15 | module-init-tools \ |
15 | task-qt4e-base \ | 16 | task-qt4e-base \ |
16 | " | 17 | " |