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 11:29:51 +0000 |
commit | fb88c2600d75302f8d55b710c364b4976ec0473b (patch) | |
tree | d729596b0dd8f354422bfa9665dee5f78cf55eb5 /meta | |
parent | a2cc999d663407d17f41e1b0344361944993fa86 (diff) | |
download | openembedded-core-fb88c2600d75302f8d55b710c364b4976ec0473b.tar.gz openembedded-core-fb88c2600d75302f8d55b710c364b4976ec0473b.tar.bz2 openembedded-core-fb88c2600d75302f8d55b710c364b4976ec0473b.zip |
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
Signed-off-by: Xiaofeng Yan <xiaofeng.yan@windriver.com>
Diffstat (limited to 'meta')
-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 = "\ qt4-plugin-sqldriver-sqlite \ libx11-locale \ xorg-minimal-fonts \ - gdk-pixbuf \ + gdk-pixbuf-loader-ico \ + gdk-pixbuf-loader-bmp \ + gdk-pixbuf-loader-ani \ " RDEPENDS_task-poky-lsb-graphic-add_qemux86 = "\ |