aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/angstrom
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2009-05-10 20:52:20 +0200
committerKoen Kooi <koen@openembedded.org>2009-05-10 20:52:20 +0200
commit9b978539d86aaaf1189df2f740a33549946afe10 (patch)
tree9b819f1c7fddefc3e11390caf893f6e8e532a1ff /recipes/angstrom
parent7e5d0ca95c856dc666e5d0b32cc6994d799da92f (diff)
downloadopenembedded-9b978539d86aaaf1189df2f740a33549946afe10.tar.gz
angstrom-gpe-task-base: move themes to RRECOMMENDS
Diffstat (limited to 'recipes/angstrom')
-rw-r--r--recipes/angstrom/angstrom-gpe-task-base.bb8
1 files changed, 5 insertions, 3 deletions
diff --git a/recipes/angstrom/angstrom-gpe-task-base.bb b/recipes/angstrom/angstrom-gpe-task-base.bb
index 4540fddee6..87da07c4f3 100644
--- a/recipes/angstrom/angstrom-gpe-task-base.bb
+++ b/recipes/angstrom/angstrom-gpe-task-base.bb
@@ -1,5 +1,5 @@
DESCRIPTION = "Task packages for the Angstrom distribution"
-PR = "r38"
+PR = "r39"
inherit task
@@ -10,13 +10,11 @@ RDEPENDS_${PN} = "\
matchbox \
matchbox-panel-hacks \
matchbox-applet-startup-monitor \
- xcursor-transparent-theme \
rxvt-unicode \
gpe-terminal \
matchbox-keyboard \
xkbd \
xkbd-layout-ru \
- gpe-theme-clearlooks \
xst \
xhost \
xrdb \
@@ -39,3 +37,7 @@ RDEPENDS_${PN} = "\
${@base_contains("COMBINED_FEATURES", "bluetooth", "gnome-bluetooth", "",d)} \
"
+RRECOMMENDS_${PN} = " \
+ gpe-theme-clearlooks \
+ xcursor-transparent-theme \
+"