summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/tasks
diff options
context:
space:
mode:
authorDexuan Cui <dexuan.cui@intel.com>2012-02-24 21:44:35 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-02-24 16:29:46 +0000
commitae34e43b245bd092fce5bbaeeb3cbaaed8fa573d (patch)
tree302f213b360ad79cdeba3ad0dc3deeeb159f6203 /meta/recipes-core/tasks
parentc867e31f7e3d23f0423029769770c495f26ee679 (diff)
downloadpoky-ae34e43b245bd092fce5bbaeeb3cbaaed8fa573d.tar.gz
task-self-hosted: add hicolor-icon-theme and socat
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. (From OE-Core rev: d32933a74b380aac906bbfbe1ec7d89b02e9f72d) Signed-off-by: Dexuan Cui <dexuan.cui@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/tasks')
-rw-r--r--meta/recipes-core/tasks/task-self-hosted.bb4
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 3c5fad68bf..586a461aa1 100644
--- a/meta/recipes-core/tasks/task-self-hosted.bb
+++ b/meta/recipes-core/tasks/task-self-hosted.bb
@@ -3,7 +3,7 @@
3# 3#
4 4
5DESCRIPTION = "Create Basic Image Tasks" 5DESCRIPTION = "Create Basic Image Tasks"
6PR = "r5" 6PR = "r6"
7LICENSE = "MIT" 7LICENSE = "MIT"
8LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58 \ 8LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58 \
9 file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" 9 file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
@@ -109,6 +109,7 @@ RDEPENDS_task-self-hosted-extended = "\
109 grep \ 109 grep \
110 groff \ 110 groff \
111 gzip \ 111 gzip \
112 hicolor-icon-theme \
112 libaio \ 113 libaio \
113 libusb1 \ 114 libusb1 \
114 libxml2 \ 115 libxml2 \
@@ -161,6 +162,7 @@ RDEPENDS_task-self-hosted-extended = "\
161 readline \ 162 readline \
162 rpm \ 163 rpm \
163 setserial \ 164 setserial \
165 socat \
164 subversion \ 166 subversion \
165 sudo \ 167 sudo \
166 sysstat \ 168 sysstat \