summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-efl/recipes-efl/packagegroups/packagegroup-x11-illume.bb (renamed from meta-efl/recipes-efl/tasks/task-x11-illume.bb)11
1 files changed, 7 insertions, 4 deletions
diff --git a/meta-efl/recipes-efl/tasks/task-x11-illume.bb b/meta-efl/recipes-efl/packagegroups/packagegroup-x11-illume.bb
index eb628b779..11b01f6a9 100644
--- a/meta-efl/recipes-efl/tasks/task-x11-illume.bb
+++ b/meta-efl/recipes-efl/packagegroups/packagegroup-x11-illume.bb
@@ -3,17 +3,20 @@ SECTION = "x11/wm"
3LICENSE = "MIT" 3LICENSE = "MIT"
4LIC_FILES_CHKSUM = "file://${TOPDIR}/meta-openembedded/meta-efl/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" 4LIC_FILES_CHKSUM = "file://${TOPDIR}/meta-openembedded/meta-efl/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
5PV = "1.0" 5PV = "1.0"
6PR = "r3" 6PR = "r5"
7 7
8inherit task allarch 8inherit packagegroup allarch
9 9
10# Default theme and config 10# Default theme and config
11ETHEME ?= "e-wm-theme-default" 11ETHEME ?= "e-wm-theme-default"
12ECONFIG ?= "e-wm-config-mobile" 12ECONFIG ?= "e-wm-config-mobile"
13 13
14RPROVIDES_${PN} += "task-x11-illume"
15RREPLACES_${PN} += "task-x11-illume"
16RCONFLICTS_${PN} += "task-x11-illume"
14RDEPENDS_${PN} = "\ 17RDEPENDS_${PN} = "\
15 task-x11-server \ 18 packagegroup-core-x11-xserver \
16 task-x11-utils \ 19 packagegroup-core-x11-utils \
17 \ 20 \
18 e-wm \ 21 e-wm \
19 ${ECONFIG} \ 22 ${ECONFIG} \