diff options
author | Xiaofeng Yan <xiaofeng.yan@windriver.com> | 2011-03-04 17:38:13 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-03-04 22:26:44 +0000 |
commit | abea71b0a5f2f8043f8e72307e86b88762548df1 (patch) | |
tree | c3977bcb8be4d4be715cbd5b2d37ba339b03a8b6 | |
parent | f092542f0796c552ff1e45094908894ce34b7eb2 (diff) | |
download | poky-abea71b0a5f2f8043f8e72307e86b88762548df1.tar.gz |
task-poky-lsb: Add packges needed by LSB Test Suite
These packages added into task-poky-lsb.bb are absent in lsb-image during lsb test
(From OE-Core rev: 472f89dec06f0be43ff3e0638cac3f55f7b7e7cf)
Signed-off-by: Xiaofeng Yan <xiaofeng.yan@windriver.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-extended/tasks/task-poky-lsb.bb | 16 |
1 files changed, 15 insertions, 1 deletions
diff --git a/meta/recipes-extended/tasks/task-poky-lsb.bb b/meta/recipes-extended/tasks/task-poky-lsb.bb index ee3ca2cf02..65b7565758 100644 --- a/meta/recipes-extended/tasks/task-poky-lsb.bb +++ b/meta/recipes-extended/tasks/task-poky-lsb.bb | |||
@@ -114,6 +114,7 @@ RDEPENDS_task-poky-misc = "\ | |||
114 | gettext \ | 114 | gettext \ |
115 | groff \ | 115 | groff \ |
116 | lsb \ | 116 | lsb \ |
117 | lsbsetup \ | ||
117 | lsof \ | 118 | lsof \ |
118 | man \ | 119 | man \ |
119 | man-pages \ | 120 | man-pages \ |
@@ -129,6 +130,7 @@ RDEPENDS_task-poky-lsb-command-add = "\ | |||
129 | fontconfig-utils \ | 130 | fontconfig-utils \ |
130 | mailx \ | 131 | mailx \ |
131 | msmtp \ | 132 | msmtp \ |
133 | chkconfig \ | ||
132 | " | 134 | " |
133 | # cups | 135 | # cups |
134 | 136 | ||
@@ -158,6 +160,10 @@ RDEPENDS_task-poky-lsb-graphic-add = "\ | |||
158 | libxi \ | 160 | libxi \ |
159 | libxtst \ | 161 | libxtst \ |
160 | qt4-plugin-sqldriver-sqlite \ | 162 | qt4-plugin-sqldriver-sqlite \ |
163 | libx11-locale \ | ||
164 | xorg-minimal-fonts \ | ||
165 | gdk-pixbuf \ | ||
166 | |||
161 | " | 167 | " |
162 | 168 | ||
163 | RDEPENDS_task-poky-lsb-graphic-add_qemux86 = "\ | 169 | RDEPENDS_task-poky-lsb-graphic-add_qemux86 = "\ |
@@ -173,9 +179,17 @@ RDEPENDS_task-poky-lsb-runtime-add = "\ | |||
173 | ldd \ | 179 | ldd \ |
174 | pam-plugin-wheel \ | 180 | pam-plugin-wheel \ |
175 | e2fsprogs-mke2fs \ | 181 | e2fsprogs-mke2fs \ |
176 | eglibc-localedata-posix \ | ||
177 | mkfontdir \ | 182 | mkfontdir \ |
178 | liburi-perl \ | 183 | liburi-perl \ |
179 | libxml-parser-perl \ | 184 | libxml-parser-perl \ |
180 | libxml-perl \ | 185 | libxml-perl \ |
186 | eglibc-extra-nss \ | ||
187 | eglibc-localedatas \ | ||
188 | eglibc-gconvs \ | ||
189 | eglibc-charmaps \ | ||
190 | eglibc-binarys \ | ||
191 | eglibc-pcprofile \ | ||
192 | eglibc-pic \ | ||
193 | eglibc-utils \ | ||
194 | |||
181 | " | 195 | " |