summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorXiaofeng Yan <xiaofeng.yan@windriver.com>2011-05-17 13:49:29 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-05-17 15:26:51 +0100
commit63f8d85ad579665233af7de28c59e2f5fb8896ac (patch)
treebef33ff5514380d4aba916501e8fdbbedada286d
parent1c5dd2ba342ee00e67b82ad962e717bc90c4c8d8 (diff)
downloadast2050-yocto-poky-63f8d85ad579665233af7de28c59e2f5fb8896ac.zip
ast2050-yocto-poky-63f8d85ad579665233af7de28c59e2f5fb8896ac.tar.gz
task-core-lsb: Add libQtOpenGL.so* library to lsb-image
The library libQtOpenGL.so* is needed by LSB Test Suite. So I add them to lsb-image for platform emenlow and mpc8315e. (From OE-Core rev: a43f1278dc0561b70041a956ff65d89110cece03) Signed-off-by: Xiaofeng Yan <xiaofeng.yan@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/recipes-extended/tasks/task-core-lsb.bb7
1 files changed, 7 insertions, 0 deletions
diff --git a/meta/recipes-extended/tasks/task-core-lsb.bb b/meta/recipes-extended/tasks/task-core-lsb.bb
index 70eb2d6..b6c5ae5 100644
--- a/meta/recipes-extended/tasks/task-core-lsb.bb
+++ b/meta/recipes-extended/tasks/task-core-lsb.bb
@@ -179,6 +179,13 @@ RDEPENDS_task-core-lsb-graphic-add_atom-pc = "\
RDEPENDS_task-core-lsb-graphic-add_qemuppc = "\
libqtopengl4 \
"
+RDEPENDS_task-core-lsb-graphic-add_emenlow = "\
+ libqtopengl4 \
+"
+
+RDEPENDS_task-core-lsb-graphic-add_mpc8315e-rdb = "\
+ libqtopengl4 \
+"
# mesa-dri
OpenPOWER on IntegriCloud