* [PATCH 0/1] Add packages needed by LSB Test Suite into list task-poky-lsb.bb
@ 2011-03-04 9:38 Xiaofeng Yan
2011-03-04 9:38 ` [PATCH 1/1] task-poky-lsb: Add packges needed by LSB Test Suite Xiaofeng Yan
0 siblings, 1 reply; 2+ messages in thread
From: Xiaofeng Yan @ 2011-03-04 9:38 UTC (permalink / raw)
To: poky
From: Xiaofeng Yan <xiaofeng.yan@windriver.com>
These packages added into file task-poky-lsb.bb are absent during lsb test. So I add them for passing lsb test.
Pull URL: git://git.pokylinux.org/poky-contrib.git
Branch: xiaofeng/distro
Browse: http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=xiaofeng/distro
Thanks,
Xiaofeng Yan <xiaofeng.yan@windriver.com>
---
Xiaofeng Yan (1):
task-poky-lsb: Add packges needed by LSB Test Suite
meta/recipes-extended/tasks/task-poky-lsb.bb | 16 +++++++++++++++-
1 files changed, 15 insertions(+), 1 deletions(-)
^ permalink raw reply [flat|nested] 2+ messages in thread
* [PATCH 1/1] task-poky-lsb: Add packges needed by LSB Test Suite
2011-03-04 9:38 [PATCH 0/1] Add packages needed by LSB Test Suite into list task-poky-lsb.bb Xiaofeng Yan
@ 2011-03-04 9:38 ` Xiaofeng Yan
0 siblings, 0 replies; 2+ messages in thread
From: Xiaofeng Yan @ 2011-03-04 9:38 UTC (permalink / raw)
To: poky
From: Xiaofeng Yan <xiaofeng.yan@windriver.com>
These packages added into task-poky-lsb.bb are absent in lsb-image during lsb test
Signed-off-by: Xiaofeng Yan <xiaofeng.yan@windriver.com>
---
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 a78e5ae..07f8e6f 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 = "\
gettext \
groff \
lsb \
+ lsbsetup \
lsof \
man \
man-pages \
@@ -129,6 +130,7 @@ RDEPENDS_task-poky-lsb-command-add = "\
fontconfig-utils \
mailx \
msmtp \
+ chkconfig \
"
# cups
@@ -157,6 +159,10 @@ RDEPENDS_task-poky-lsb-graphic-add = "\
libxi \
libxtst \
qt4-plugin-sqldriver-sqlite \
+ libx11-locale \
+ xorg-minimal-fonts \
+ gdk-pixbuf \
+
"
RDEPENDS_task-poky-lsb-graphic-add_qemux86 = "\
@@ -172,9 +178,17 @@ RDEPENDS_task-poky-lsb-runtime-add = "\
ldd \
pam-plugin-wheel \
e2fsprogs-mke2fs \
- eglibc-localedata-posix \
mkfontdir \
liburi-perl \
libxml-parser-perl \
libxml-perl \
+ eglibc-extra-nss \
+ eglibc-localedatas \
+ eglibc-gconvs \
+ eglibc-charmaps \
+ eglibc-binarys \
+ eglibc-pcprofile \
+ eglibc-pic \
+ eglibc-utils \
+
"
--
1.7.0.4
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2011-03-04 9:39 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-03-04 9:38 [PATCH 0/1] Add packages needed by LSB Test Suite into list task-poky-lsb.bb Xiaofeng Yan
2011-03-04 9:38 ` [PATCH 1/1] task-poky-lsb: Add packges needed by LSB Test Suite Xiaofeng Yan
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.