* [PATCH 0/1] task-self-hosted: add hicolor-icon-theme and socat
@ 2012-02-24 13:44 Dexuan Cui
2012-02-24 13:44 ` [PATCH 1/1] " Dexuan Cui
0 siblings, 1 reply; 3+ messages in thread
From: Dexuan Cui @ 2012-02-24 13:44 UTC (permalink / raw)
To: openembedded-core
The following changes since commit 31ac02695483943b677f8886e29438a8ed48f208:
XXX: only for test misc Signed-off-by: Dexuan Cui <dexuan.cui@intel.com> (2012-02-24 21:33:25 +0800)
are available in the git repository at:
git://git.pokylinux.org/poky-contrib dcui/stage/master_under_test
http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=dcui/stage/master_under_test
Dexuan Cui (1):
task-self-hosted: add hicolor-icon-theme and socat
meta/recipes-core/tasks/task-self-hosted.bb | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
--
1.7.6
^ permalink raw reply [flat|nested] 3+ messages in thread
* [PATCH 1/1] task-self-hosted: add hicolor-icon-theme and socat
2012-02-24 13:44 [PATCH 0/1] task-self-hosted: add hicolor-icon-theme and socat Dexuan Cui
@ 2012-02-24 13:44 ` Dexuan Cui
2012-02-24 16:30 ` Richard Purdie
0 siblings, 1 reply; 3+ messages in thread
From: Dexuan Cui @ 2012-02-24 13:44 UTC (permalink / raw)
To: openembedded-core
python-pygtk depends on libgtk and libgtk's recommends have
gdk-pixbuf-loader-{png,jpeg,gif,xpm}, so we have the warnings.
We can add hicolor-icon-theme to fix the warning:
Configuring gdk-pixbuf-loader-png.
gtk-update-icon-cache: No theme index file.
Configuring gdk-pixbuf-loader-jpeg.
gtk-update-icon-cache: No theme index file.
Configuring liberation-fonts.
Configuring gdk-pixbuf-loader-xpm.
gtk-update-icon-cache: No theme index file.
Configuring gdk-pixbuf-loader-gif.
gtk-update-icon-cache: No theme index file.
Add socat for to faciliate proxy setting.
Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
---
meta/recipes-core/tasks/task-self-hosted.bb | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diff --git a/meta/recipes-core/tasks/task-self-hosted.bb b/meta/recipes-core/tasks/task-self-hosted.bb
index 3c5fad6..586a461 100644
--- a/meta/recipes-core/tasks/task-self-hosted.bb
+++ b/meta/recipes-core/tasks/task-self-hosted.bb
@@ -3,7 +3,7 @@
#
DESCRIPTION = "Create Basic Image Tasks"
-PR = "r5"
+PR = "r6"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58 \
file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
@@ -109,6 +109,7 @@ RDEPENDS_task-self-hosted-extended = "\
grep \
groff \
gzip \
+ hicolor-icon-theme \
libaio \
libusb1 \
libxml2 \
@@ -161,6 +162,7 @@ RDEPENDS_task-self-hosted-extended = "\
readline \
rpm \
setserial \
+ socat \
subversion \
sudo \
sysstat \
--
1.7.6
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH 1/1] task-self-hosted: add hicolor-icon-theme and socat
2012-02-24 13:44 ` [PATCH 1/1] " Dexuan Cui
@ 2012-02-24 16:30 ` Richard Purdie
0 siblings, 0 replies; 3+ messages in thread
From: Richard Purdie @ 2012-02-24 16:30 UTC (permalink / raw)
To: Patches and discussions about the oe-core layer
On Fri, 2012-02-24 at 21:44 +0800, Dexuan Cui wrote:
> python-pygtk depends on libgtk and libgtk's recommends have
> gdk-pixbuf-loader-{png,jpeg,gif,xpm}, so we have the warnings.
> We can add hicolor-icon-theme to fix the warning:
> Configuring gdk-pixbuf-loader-png.
> gtk-update-icon-cache: No theme index file.
> Configuring gdk-pixbuf-loader-jpeg.
> gtk-update-icon-cache: No theme index file.
> Configuring liberation-fonts.
> Configuring gdk-pixbuf-loader-xpm.
> gtk-update-icon-cache: No theme index file.
> Configuring gdk-pixbuf-loader-gif.
> gtk-update-icon-cache: No theme index file.
>
> Add socat for to faciliate proxy setting.
>
> Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
> ---
> meta/recipes-core/tasks/task-self-hosted.bb | 4 +++-
> 1 files changed, 3 insertions(+), 1 deletions(-)
Merged to master, thanks.
Richard
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2012-02-24 16:38 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-02-24 13:44 [PATCH 0/1] task-self-hosted: add hicolor-icon-theme and socat Dexuan Cui
2012-02-24 13:44 ` [PATCH 1/1] " Dexuan Cui
2012-02-24 16:30 ` Richard Purdie
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox