summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Tworek <tworaz666@gmail.com>2012-01-13 22:27:07 +0100
committerPeter Tworek <tworaz666@gmail.com>2012-01-13 22:27:07 +0100
commit5a6c9bf5a0a598a45c9d5149c993743b86cb983e (patch)
tree060529ffbfb7dad5edb006f9f83e53c86ca3a02f
parent0432d6f6d6de803690c14d29a95d113d874f30bd (diff)
Add task-lxde-extended.
-rw-r--r--recipes-lxde/tasks/task-lxde-extended.bb21
1 files changed, 21 insertions, 0 deletions
diff --git a/recipes-lxde/tasks/task-lxde-extended.bb b/recipes-lxde/tasks/task-lxde-extended.bb
new file mode 100644
index 0000000..c16c630
--- /dev/null
+++ b/recipes-lxde/tasks/task-lxde-extended.bb
@@ -0,0 +1,21 @@
+DESCRIPTION = "All packages required for full LXDE installation."
+SECTION = "x11/wm"
+LICENSE = "MIT"
+LIC_FILES_CHKSUM = "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
+
+PR = "r0"
+
+inherit task
+
+RDEPENDS_${PN} = "\
+ task-lxde-base \
+ "
+
+RRECOMMENDS_${PN} = " \
+ gpicview \
+ lxtask \
+ lxinput \
+ lxshortcut \
+ lxsession-edit \
+ lxpolkit \
+ "