diff options
author | Xiaofeng Yan <xiaofeng.yan@windriver.com> | 2011-03-11 18:03:06 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-03-15 13:20:45 +0000 |
commit | cc4bf81af08cdd53140e64ca005aafffa7848662 (patch) | |
tree | c4c40d9c2b642ca0c15790882cb6ef1b7fedbc41 | |
parent | 509364eb634cf148b6ac1fb5f51924f4eb6a8991 (diff) | |
download | poky-cc4bf81af08cdd53140e64ca005aafffa7848662.tar.gz |
task-poky-lsb: Add some packages required by lsb test suite
Add packages gdk-pixbuf-loader-(bmp,ico,ani) to list task-poky-lsb.bb
(From OE-Core rev: fb88c2600d75302f8d55b710c364b4976ec0473b)
Signed-off-by: Xiaofeng Yan <xiaofeng.yan@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-extended/tasks/task-poky-lsb.bb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/meta/recipes-extended/tasks/task-poky-lsb.bb b/meta/recipes-extended/tasks/task-poky-lsb.bb index 42fd8e0fca..5e3397eb97 100644 --- a/meta/recipes-extended/tasks/task-poky-lsb.bb +++ b/meta/recipes-extended/tasks/task-poky-lsb.bb | |||
@@ -162,7 +162,9 @@ RDEPENDS_task-poky-lsb-graphic-add = "\ | |||
162 | qt4-plugin-sqldriver-sqlite \ | 162 | qt4-plugin-sqldriver-sqlite \ |
163 | libx11-locale \ | 163 | libx11-locale \ |
164 | xorg-minimal-fonts \ | 164 | xorg-minimal-fonts \ |
165 | gdk-pixbuf \ | 165 | gdk-pixbuf-loader-ico \ |
166 | gdk-pixbuf-loader-bmp \ | ||
167 | gdk-pixbuf-loader-ani \ | ||
166 | " | 168 | " |
167 | 169 | ||
168 | RDEPENDS_task-poky-lsb-graphic-add_qemux86 = "\ | 170 | RDEPENDS_task-poky-lsb-graphic-add_qemux86 = "\ |