[poky] [PATCH 3/3] task-core-lsb: Add libQtOpenGL.so* library to lsb-image

Xiaofeng Yan xiaofeng.yan at windriver.com
Mon May 16 23:01:26 PDT 2011


From: Xiaofeng Yan <xiaofeng.yan at windriver.com>

The library libQtOpenGL.so* is needed by LSB Test Suite.
So I add them to lsb-image for platform emenlow and mpc8315e.

Signed-off-by: Xiaofeng Yan <xiaofeng.yan at windriver.com>
---
 meta/recipes-extended/tasks/task-core-lsb.bb |    9 ++++++++-
 1 files changed, 8 insertions(+), 1 deletions(-)

diff --git a/meta/recipes-extended/tasks/task-core-lsb.bb b/meta/recipes-extended/tasks/task-core-lsb.bb
index 6de24b4..d9b358d 100644
--- a/meta/recipes-extended/tasks/task-core-lsb.bb
+++ b/meta/recipes-extended/tasks/task-core-lsb.bb
@@ -3,7 +3,7 @@
 #
 
 DESCRIPTION = "Create Small Image Tasks"
-PR = "r3"
+PR = "r4"
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58 \
                     file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
@@ -177,6 +177,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 
 
-- 
1.7.0.4




More information about the poky mailing list