summaryrefslogtreecommitdiff
path: root/packages/tasks/task-xfce-base.bb
diff options
context:
space:
mode:
authorMarcin Juszkiewicz <hrw@openembedded.org>2006-11-20 15:48:06 +0000
committerMarcin Juszkiewicz <hrw@openembedded.org>2006-11-20 15:48:06 +0000
commit28cc6fb0bc0f4ef00e5892969ad22010cc7e9184 (patch)
tree1370b19a467fb8d46bb51e07099f21150dc20494 /packages/tasks/task-xfce-base.bb
parent7a69d9fbf43f30ff2906614f0582814714f8e5e4 (diff)
another set of parse errors fixing
Diffstat (limited to 'packages/tasks/task-xfce-base.bb')
-rw-r--r--packages/tasks/task-xfce-base.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/tasks/task-xfce-base.bb b/packages/tasks/task-xfce-base.bb
index 4c508ec7c5..71aec2a8b0 100644
--- a/packages/tasks/task-xfce-base.bb
+++ b/packages/tasks/task-xfce-base.bb
@@ -3,7 +3,7 @@
# Released under the MIT license (see packages/COPYING)
DESCRIPTION = "All packages required for an base XFCE installation"
-ALLOW_EMPTY = 1
+ALLOW_EMPTY = "1"
PACKAGES = "${PN}"
PR = "r1"
@@ -11,4 +11,4 @@ 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 \
xfdesktop-mcs-plugins"
-LICENSE = MIT
+LICENSE = "MIT"