From 58b56fe6825cf3394d4394e53becd1e75c2ea39b Mon Sep 17 00:00:00 2001 From: Jingdong Lu Date: Wed, 23 Feb 2011 16:29:44 +0800 Subject: task-poky-lsb: add necessary packages name In order to install and run LSB test cases we should add some necessary packages name into task-poky-lsb for lsb image. [sgw: modified the perl and python lists to use the core -modules, removed mesa-dri] Signed-off-by: Jingdong Lu Signed-off-by: Saul Wold --- meta/recipes-extended/tasks/task-poky-lsb.bb | 62 +++++++++++++++++++++++++++- 1 file changed, 61 insertions(+), 1 deletion(-) (limited to 'meta/recipes-extended/tasks') diff --git a/meta/recipes-extended/tasks/task-poky-lsb.bb b/meta/recipes-extended/tasks/task-poky-lsb.bb index 9d308e77c6..5120764288 100644 --- a/meta/recipes-extended/tasks/task-poky-lsb.bb +++ b/meta/recipes-extended/tasks/task-poky-lsb.bb @@ -3,7 +3,7 @@ # DESCRIPTION = "Create Small Image Tasks" -PR = "r2" +PR = "r3" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://${POKYBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58 \ file://${POKYBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" @@ -28,8 +28,14 @@ PACKAGES = "\ task-poky-tcl \ task-poky-tcl-dbg \ task-poky-tcl-dev \ + task-poky-lsb-perl-add \ + task-poky-lsb-python-add \ + task-poky-lsb-graphic-add \ + task-poky-lsb-runtime-add \ + task-poky-lsb-command-add \ " + ALLOW_EMPTY = "1" RDEPENDS_task-poky-lsb = "\ @@ -39,6 +45,11 @@ RDEPENDS_task-poky-lsb = "\ task-poky-perl \ task-poky-python \ task-poky-tcl \ + task-poky-lsb-perl-add \ + task-poky-lsb-python-add \ + task-poky-lsb-graphic-add \ + task-poky-lsb-runtime-add \ + task-poky-lsb-command-add \ " # @@ -111,3 +122,52 @@ RDEPENDS_task-poky-misc = "\ usbutils \ zlib \ " + +RDEPENDS_task-poky-lsb-command-add = "\ + localedef \ + fontconfig-utils \ + mailx \ + msmtp \ +" +# cups + +RDEPENDS_task-poky-lsb-perl-add = "\ + perl-modules \ + perl-dev \ + perl-misc \ + perl-pod \ +" + +RDEPENDS_task-poky-lsb-python-add = "\ + python-modules \ +" + +RDEPENDS_task-poky-lsb-graphic-add = "\ + libqtcore4 \ + libqtgui4 \ + libqtsql4 \ + libqtsvg4 \ + libqtxml4 \ + libqtnetwork4 \ + libqtopengl4 \ + libxt \ + libxxf86vm \ + libdrm \ + libglu \ + libxi \ + libxtst \ + qt4-plugin-sqldriver-sqlite \ +" + +# mesa-dri + +RDEPENDS_task-poky-lsb-runtime-add = "\ + ldd \ + pam-plugin-wheel \ + e2fsprogs-mke2fs \ + eglibc-localedata-posix \ + mkfontdir \ + liburi-perl \ + libxml-parser-perl \ + libxml-perl \ +" -- cgit v1.2.3-54-g00ecf