diff options
author | Xiaofeng Yan <xiaofeng.yan@windriver.com> | 2011-07-05 16:40:46 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-07-07 13:45:29 +0100 |
commit | d988cfbb472e9246f7a8020877da773e7601c119 (patch) | |
tree | b71845f388b1ad69aaebaa45d07a262f2e0ec791 /meta/recipes-extended | |
parent | 9569e2b3471e0c61f2f105f8d611a1ba71cd93d0 (diff) | |
download | ast2050-yocto-poky-d988cfbb472e9246f7a8020877da773e7601c119.zip ast2050-yocto-poky-d988cfbb472e9246f7a8020877da773e7601c119.tar.gz |
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 <xiaofeng.yan@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended')
-rw-r--r-- | meta/recipes-extended/tasks/task-core-lsb.bb | 18 |
1 files changed, 1 insertions, 17 deletions
diff --git a/meta/recipes-extended/tasks/task-core-lsb.bb b/meta/recipes-extended/tasks/task-core-lsb.bb index 2ec63cc..672b487 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 |