summaryrefslogtreecommitdiffstats
path: root/meta-efl/recipes-efl/tasks
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2012-09-05 21:55:25 +0200
committerKoen Kooi <koen@dominion.thruhere.net>2012-09-06 13:14:00 +0200
commit2fda20563d1dd813eb3fe412831c901f131d3cd2 (patch)
tree8de52ddd21342dcc905a5e5be50208db6edec7cd /meta-efl/recipes-efl/tasks
parentba89801d4dc6b7c79d2f0e333e424d14a64c786a (diff)
downloadmeta-openembedded-2fda20563d1dd813eb3fe412831c901f131d3cd2.tar.gz
task-x11-illume: rename to packagegroup-x11-illume
* add RPROVIDES/RREPLACES/RCONFLICTS task-x11-illume for upgrade path * RDEPEND on packagegroup-core-x11* from oe-core now with task-x11-* gone from meta-oe Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-efl/recipes-efl/tasks')
-rw-r--r--meta-efl/recipes-efl/tasks/task-x11-illume.bb21
1 files changed, 0 insertions, 21 deletions
diff --git a/meta-efl/recipes-efl/tasks/task-x11-illume.bb b/meta-efl/recipes-efl/tasks/task-x11-illume.bb
deleted file mode 100644
index eb628b779b..0000000000
--- a/meta-efl/recipes-efl/tasks/task-x11-illume.bb
+++ /dev/null
@@ -1,21 +0,0 @@
1DESCRIPTION = "The Illume Windowing Environment -- install this task to get the Enlightenment Window Manager + the Illume environment."
2SECTION = "x11/wm"
3LICENSE = "MIT"
4LIC_FILES_CHKSUM = "file://${TOPDIR}/meta-openembedded/meta-efl/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
5PV = "1.0"
6PR = "r3"
7
8inherit task allarch
9
10# Default theme and config
11ETHEME ?= "e-wm-theme-default"
12ECONFIG ?= "e-wm-config-mobile"
13
14RDEPENDS_${PN} = "\
15 task-x11-server \
16 task-x11-utils \
17 \
18 e-wm \
19 ${ECONFIG} \
20 ${ETHEME} \
21"