diff options
| author | Xiaofeng Yan <xiaofeng.yan@windriver.com> | 2011-05-17 13:49:29 +0800 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-05-17 15:26:51 +0100 |
| commit | 63f8d85ad579665233af7de28c59e2f5fb8896ac (patch) | |
| tree | bef33ff5514380d4aba916501e8fdbbedada286d /meta | |
| parent | 1c5dd2ba342ee00e67b82ad962e717bc90c4c8d8 (diff) | |
| download | 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>
Diffstat (limited to 'meta')
| -rw-r--r-- | meta/recipes-extended/tasks/task-core-lsb.bb | 7 |
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 70eb2d65dd..b6c5ae5d6e 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 = "\ | |||
| 179 | RDEPENDS_task-core-lsb-graphic-add_qemuppc = "\ | 179 | RDEPENDS_task-core-lsb-graphic-add_qemuppc = "\ |
| 180 | libqtopengl4 \ | 180 | libqtopengl4 \ |
| 181 | " | 181 | " |
| 182 | RDEPENDS_task-core-lsb-graphic-add_emenlow = "\ | ||
| 183 | libqtopengl4 \ | ||
| 184 | " | ||
| 185 | |||
| 186 | RDEPENDS_task-core-lsb-graphic-add_mpc8315e-rdb = "\ | ||
| 187 | libqtopengl4 \ | ||
| 188 | " | ||
| 182 | 189 | ||
| 183 | # mesa-dri | 190 | # mesa-dri |
| 184 | 191 | ||
