From d988cfbb472e9246f7a8020877da773e7601c119 Mon Sep 17 00:00:00 2001 From: Xiaofeng Yan Date: Tue, 5 Jul 2011 16:40:46 +0800 Subject: libQtOpenGL:Add libQtOpenGL to an lsb image I make "opengl" as a DISTO_FEATURE for installing libQtOpenGL to image. Fix Bug [YOCTO #1020] (From OE-Core rev: f478f90821f5b6a5e5d5dd53708de008bc607a11) Signed-off-by: Xiaofeng Yan Signed-off-by: Richard Purdie --- meta/recipes-extended/tasks/task-core-lsb.bb | 18 +----------------- 1 file changed, 1 insertion(+), 17 deletions(-) (limited to 'meta/recipes-extended') diff --git a/meta/recipes-extended/tasks/task-core-lsb.bb b/meta/recipes-extended/tasks/task-core-lsb.bb index 2ec63ccd83..672b487dfc 100644 --- a/meta/recipes-extended/tasks/task-core-lsb.bb +++ b/meta/recipes-extended/tasks/task-core-lsb.bb @@ -173,23 +173,7 @@ RDEPENDS_task-core-lsb-graphic-add = "\ gtk+ \ atk \ libasound \ -" - -RDEPENDS_task-core-lsb-graphic-add_qemux86 = "\ - libqtopengl4 \ -" -RDEPENDS_task-core-lsb-graphic-add_atom-pc = "\ - libqtopengl4 \ -" -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 \ + ${@base_contains("DISTRO_FEATURES", "opengl", "libqtopengl4", "", d)} \ " # mesa-dri -- cgit v1.2.3-54-g00ecf