summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJingdong Lu <jingdong.lu@windriver.com>2011-02-23 16:29:44 +0800
committerSaul Wold <sgw@linux.intel.com>2011-02-25 19:07:56 -0800
commit58b56fe6825cf3394d4394e53becd1e75c2ea39b (patch)
tree7e95d794d40e929905e751a51baaa68e9c2d05e1
parent4a1e2b11077cd4c536b7d35fee57323765fc69a2 (diff)
downloadpoky-58b56fe6825cf3394d4394e53becd1e75c2ea39b.tar.gz
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 <jingdong.lu@windriver.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
-rw-r--r--meta/recipes-extended/tasks/task-poky-lsb.bb62
1 files changed, 61 insertions, 1 deletions
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 @@
3# 3#
4 4
5DESCRIPTION = "Create Small Image Tasks" 5DESCRIPTION = "Create Small Image Tasks"
6PR = "r2" 6PR = "r3"
7LICENSE = "MIT" 7LICENSE = "MIT"
8LIC_FILES_CHKSUM = "file://${POKYBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58 \ 8LIC_FILES_CHKSUM = "file://${POKYBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58 \
9 file://${POKYBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" 9 file://${POKYBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
@@ -28,8 +28,14 @@ PACKAGES = "\
28 task-poky-tcl \ 28 task-poky-tcl \
29 task-poky-tcl-dbg \ 29 task-poky-tcl-dbg \
30 task-poky-tcl-dev \ 30 task-poky-tcl-dev \
31 task-poky-lsb-perl-add \
32 task-poky-lsb-python-add \
33 task-poky-lsb-graphic-add \
34 task-poky-lsb-runtime-add \
35 task-poky-lsb-command-add \
31 " 36 "
32 37
38
33ALLOW_EMPTY = "1" 39ALLOW_EMPTY = "1"
34 40
35RDEPENDS_task-poky-lsb = "\ 41RDEPENDS_task-poky-lsb = "\
@@ -39,6 +45,11 @@ RDEPENDS_task-poky-lsb = "\
39 task-poky-perl \ 45 task-poky-perl \
40 task-poky-python \ 46 task-poky-python \
41 task-poky-tcl \ 47 task-poky-tcl \
48 task-poky-lsb-perl-add \
49 task-poky-lsb-python-add \
50 task-poky-lsb-graphic-add \
51 task-poky-lsb-runtime-add \
52 task-poky-lsb-command-add \
42 " 53 "
43 54
44# 55#
@@ -111,3 +122,52 @@ RDEPENDS_task-poky-misc = "\
111 usbutils \ 122 usbutils \
112 zlib \ 123 zlib \
113 " 124 "
125
126RDEPENDS_task-poky-lsb-command-add = "\
127 localedef \
128 fontconfig-utils \
129 mailx \
130 msmtp \
131"
132# cups
133
134RDEPENDS_task-poky-lsb-perl-add = "\
135 perl-modules \
136 perl-dev \
137 perl-misc \
138 perl-pod \
139"
140
141RDEPENDS_task-poky-lsb-python-add = "\
142 python-modules \
143"
144
145RDEPENDS_task-poky-lsb-graphic-add = "\
146 libqtcore4 \
147 libqtgui4 \
148 libqtsql4 \
149 libqtsvg4 \
150 libqtxml4 \
151 libqtnetwork4 \
152 libqtopengl4 \
153 libxt \
154 libxxf86vm \
155 libdrm \
156 libglu \
157 libxi \
158 libxtst \
159 qt4-plugin-sqldriver-sqlite \
160"
161
162# mesa-dri
163
164RDEPENDS_task-poky-lsb-runtime-add = "\
165 ldd \
166 pam-plugin-wheel \
167 e2fsprogs-mke2fs \
168 eglibc-localedata-posix \
169 mkfontdir \
170 liburi-perl \
171 libxml-parser-perl \
172 libxml-perl \
173"