summaryrefslogtreecommitdiff
path: root/packages/tasks/task-xfce-base.bb
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2006-07-23 14:04:55 +0000
committerKoen Kooi <koen@openembedded.org>2006-07-23 14:04:55 +0000
commit8a7dd61b6490353b3a284c7100e0adb9840d6da4 (patch)
tree1b2f86e10051be50175aa52d89d6a1db55d9694f /packages/tasks/task-xfce-base.bb
parent5a7d5ffb0a3f533469243c157cc6d5e992cd0169 (diff)
Split out *image* and *task* from packages/meta into their own subdirs.
Inspired by http://svn.o-hand.com/view/poky?rev=531&view=rev
Diffstat (limited to 'packages/tasks/task-xfce-base.bb')
-rw-r--r--packages/tasks/task-xfce-base.bb14
1 files changed, 14 insertions, 0 deletions
diff --git a/packages/tasks/task-xfce-base.bb b/packages/tasks/task-xfce-base.bb
new file mode 100644
index 0000000000..4c508ec7c5
--- /dev/null
+++ b/packages/tasks/task-xfce-base.bb
@@ -0,0 +1,14 @@
+# task-xfce-base OE build file
+# Copyright (C) 2004, Advanced Micro Devices, Inc. All Rights Reserved
+# Released under the MIT license (see packages/COPYING)
+
+DESCRIPTION = "All packages required for an base XFCE installation"
+ALLOW_EMPTY = 1
+PACKAGES = "${PN}"
+PR = "r1"
+
+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