* [PATCH 0/1] task-core-lsb:Add qt3,xdg,font to lsb-image
@ 2011-04-22 9:46 Xiaofeng Yan
2011-04-22 9:47 ` [PATCH 1/1] task-poky-lsb.bb: Add qt3, xdg, font " Xiaofeng Yan
0 siblings, 1 reply; 2+ messages in thread
From: Xiaofeng Yan @ 2011-04-22 9:46 UTC (permalink / raw)
To: poky
From: Xiaofeng Yan <xiaofeng.yan@windriver.com>
this packages is needed by lsb
Pull URL: git://git.pokylinux.org/poky-contrib.git
Branch: xiaofeng/task-poky-lsb2
Browse: http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=xiaofeng/task-poky-lsb2
Thanks,
Xiaofeng Yan <xiaofeng.yan@windriver.com>
---
Xiaofeng Yan (1):
task-poky-lsb.bb: Add qt3,xdg,font to lsb-image
meta/recipes-extended/tasks/task-core-lsb.bb | 13 ++++++++++++-
1 files changed, 12 insertions(+), 1 deletions(-)
^ permalink raw reply [flat|nested] 2+ messages in thread
* [PATCH 1/1] task-poky-lsb.bb: Add qt3, xdg, font to lsb-image
2011-04-22 9:46 [PATCH 0/1] task-core-lsb:Add qt3,xdg,font to lsb-image Xiaofeng Yan
@ 2011-04-22 9:47 ` Xiaofeng Yan
0 siblings, 0 replies; 2+ messages in thread
From: Xiaofeng Yan @ 2011-04-22 9:47 UTC (permalink / raw)
To: poky
From: Xiaofeng Yan <xiaofeng.yan@windriver.com>
Fix [YOCTO #816,#520]
Signed-off-by: Xiaofeng Yan <xiaofeng.yan@windriver.com>
---
meta/recipes-extended/tasks/task-core-lsb.bb | 13 ++++++++++++-
1 files changed, 12 insertions(+), 1 deletions(-)
diff --git a/meta/recipes-extended/tasks/task-core-lsb.bb b/meta/recipes-extended/tasks/task-core-lsb.bb
index ef8acb1..85ead18 100644
--- a/meta/recipes-extended/tasks/task-core-lsb.bb
+++ b/meta/recipes-extended/tasks/task-core-lsb.bb
@@ -3,7 +3,7 @@
#
DESCRIPTION = "Create Small Image Tasks"
-PR = "r3"
+PR = "r4"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58 \
file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
@@ -33,6 +33,7 @@ PACKAGES = "\
task-core-lsb-graphic-add \
task-core-lsb-runtime-add \
task-core-lsb-command-add \
+ task-core-lsb-qt3 \
"
@@ -50,6 +51,7 @@ RDEPENDS_task-core-lsb = "\
task-core-lsb-graphic-add \
task-core-lsb-runtime-add \
task-core-lsb-command-add \
+ task-core-lsb-qt3 \
"
RDEPENDS_task-core-sys-extended = "\
@@ -130,9 +132,14 @@ RDEPENDS_task-core-lsb-command-add = "\
mailx \
msmtp \
chkconfig \
+ xdg-utils \
"
# cups
+RDEPENDS_task-core-lsb-qt3 = "\
+ qt-x11-free \
+"
+
RDEPENDS_task-core-lsb-perl-add = "\
perl-modules \
perl-dev \
@@ -160,10 +167,14 @@ RDEPENDS_task-core-lsb-graphic-add = "\
libxtst \
qt4-plugin-sqldriver-sqlite \
libx11-locale \
+ libqt-mt3 \
+ lib
xorg-minimal-fonts \
gdk-pixbuf-loader-ico \
gdk-pixbuf-loader-bmp \
gdk-pixbuf-loader-ani \
+ libqt-mt3 \
+ liberation-fonts \
"
RDEPENDS_task-core-lsb-graphic-add_qemux86 = "\
--
1.7.0.4
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2011-04-22 10:00 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-04-22 9:46 [PATCH 0/1] task-core-lsb:Add qt3,xdg,font to lsb-image Xiaofeng Yan
2011-04-22 9:47 ` [PATCH 1/1] task-poky-lsb.bb: Add qt3, xdg, font " 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.