[poky] [PATCH 1/1] [YOCTO #1090]: Fix bugs

Xiaofeng Yan xiaofeng.yan at windriver.com
Fri May 20 02:39:27 PDT 2011


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

Modify task-core-lsb.bb to solve the problem graphic library can't be installed into lsb image

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

diff --git a/meta/recipes-extended/tasks/task-core-lsb.bb b/meta/recipes-extended/tasks/task-core-lsb.bb
index b6c5ae5..59ba051 100644
--- a/meta/recipes-extended/tasks/task-core-lsb.bb
+++ b/meta/recipes-extended/tasks/task-core-lsb.bb
@@ -170,20 +170,20 @@ RDEPENDS_task-core-lsb-graphic-add = "\
     liberation-fonts \
 "
 
-RDEPENDS_task-core-lsb-graphic-add_qemux86 = "\
+RDEPENDS_task-core-lsb-graphic-add_append_qemux86 = "\
     libqtopengl4 \
 "
-RDEPENDS_task-core-lsb-graphic-add_atom-pc = "\
+RDEPENDS_task-core-lsb-graphic-add_append_atom-pc = "\
     libqtopengl4 \
 "
-RDEPENDS_task-core-lsb-graphic-add_qemuppc = "\
+RDEPENDS_task-core-lsb-graphic-add_append_qemuppc = "\
     libqtopengl4 \
 "
-RDEPENDS_task-core-lsb-graphic-add_emenlow = "\
+RDEPENDS_task-core-lsb-graphic-add_append_emenlow = "\
     libqtopengl4 \
 "
 
-RDEPENDS_task-core-lsb-graphic-add_mpc8315e-rdb = "\
+RDEPENDS_task-core-lsb-graphic-add_append_mpc8315e-rdb = "\
     libqtopengl4 \
 "
 
-- 
1.7.0.4




More information about the poky mailing list