diff options
author | Andreas Müller <schnitzeltony@googlemail.com> | 2012-07-16 13:49:38 +0000 |
---|---|---|
committer | Koen Kooi <koen@dominion.thruhere.net> | 2012-07-17 08:50:33 +0200 |
commit | 0da076d59a2b19f69dda3588f8dc6ee76e9c5175 (patch) | |
tree | 431f4d9046fd8557bdc254f2c3b79c0aa8fc14c9 /meta-xfce | |
parent | 5981a1459b0e9d653fba10dbc16d8a6642b28fb9 (diff) | |
download | meta-openembedded-0da076d59a2b19f69dda3588f8dc6ee76e9c5175.tar.gz |
task-xfce-extended: remove xfce4-icon-theme
xfce4-icon-theme is not required by default since xfce4-settings initially
works with gnome-icon-theme and gnome-icon-theme is pulled in by many other
recipes anyway.
To reduce rootfs size - especially after gtk-update-icon-cache -
xfce4-icon-theme is removed.
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'meta-xfce')
-rw-r--r-- | meta-xfce/recipes-xfce/tasks/task-xfce-extended.bb | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/meta-xfce/recipes-xfce/tasks/task-xfce-extended.bb b/meta-xfce/recipes-xfce/tasks/task-xfce-extended.bb index 3c9fcedf9..0c13a64e8 100644 --- a/meta-xfce/recipes-xfce/tasks/task-xfce-extended.bb +++ b/meta-xfce/recipes-xfce/tasks/task-xfce-extended.bb | |||
@@ -3,7 +3,7 @@ SECTION = "x11/wm" | |||
3 | LICENSE = "MIT" | 3 | LICENSE = "MIT" |
4 | LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58" | 4 | LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58" |
5 | 5 | ||
6 | PR = "r2" | 6 | PR = "r3" |
7 | 7 | ||
8 | inherit task | 8 | inherit task |
9 | 9 | ||
@@ -23,8 +23,6 @@ RRECOMMENDS_${PN} = " \ | |||
23 | xfwm4-theme-tyrex \ | 23 | xfwm4-theme-tyrex \ |
24 | xfwm4-theme-wallis \ | 24 | xfwm4-theme-wallis \ |
25 | \ | 25 | \ |
26 | xfce4-icon-theme \ | ||
27 | \ | ||
28 | xfce4-cpufreq-plugin \ | 26 | xfce4-cpufreq-plugin \ |
29 | xfce4-cpugraph-plugin \ | 27 | xfce4-cpugraph-plugin \ |
30 | xfce4-datetime-plugin \ | 28 | xfce4-datetime-plugin \ |