task-xfce: moved xfce-utils-mcs-plugins to recommends as they are missing in xfce...
authorMarcin Juszkiewicz <hrw@openembedded.org>
Thu, 18 Jan 2007 11:04:36 +0000 (11:04 +0000)
committerMarcin Juszkiewicz <hrw@openembedded.org>
Thu, 18 Jan 2007 11:04:36 +0000 (11:04 +0000)
packages/tasks/task-xfce-base.bb

index 71aec2a..bd6841f 100644 (file)
@@ -3,12 +3,13 @@
 # Released under the MIT license (see packages/COPYING)
 
 DESCRIPTION = "All packages required for an base XFCE installation"
+LICENSE = "MIT"
 ALLOW_EMPTY = "1"
 PACKAGES = "${PN}"
-PR = "r1"
+PR = "r2"
 
 RDEPENDS= "xfce-mcs-manager xfwm4 xfwm4-theme-default xfce-utils xfdesktop \
        xfce4-panel xfce4-panel-plugins xfce-mcs-plugins xfwm4-mcs-plugins \
-       xfce-utils-mcs-plugins xfce4-panel-mcs-plugins \
+       xfce4-panel-mcs-plugins \
        xfdesktop-mcs-plugins"
-LICENSE = "MIT"
+RRECOMMENDS = "xfce-utils-mcs-plugins"