From 2fda20563d1dd813eb3fe412831c901f131d3cd2 Mon Sep 17 00:00:00 2001 From: Martin Jansa Date: Wed, 5 Sep 2012 21:55:25 +0200 Subject: 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 --- .../packagegroups/packagegroup-x11-illume.bb | 24 ++++++++++++++++++++++ meta-efl/recipes-efl/tasks/task-x11-illume.bb | 21 ------------------- 2 files changed, 24 insertions(+), 21 deletions(-) create mode 100644 meta-efl/recipes-efl/packagegroups/packagegroup-x11-illume.bb delete mode 100644 meta-efl/recipes-efl/tasks/task-x11-illume.bb (limited to 'meta-efl') diff --git a/meta-efl/recipes-efl/packagegroups/packagegroup-x11-illume.bb b/meta-efl/recipes-efl/packagegroups/packagegroup-x11-illume.bb new file mode 100644 index 0000000000..11b01f6a9f --- /dev/null +++ b/meta-efl/recipes-efl/packagegroups/packagegroup-x11-illume.bb @@ -0,0 +1,24 @@ +DESCRIPTION = "The Illume Windowing Environment -- install this task to get the Enlightenment Window Manager + the Illume environment." +SECTION = "x11/wm" +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://${TOPDIR}/meta-openembedded/meta-efl/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" +PV = "1.0" +PR = "r5" + +inherit packagegroup allarch + +# Default theme and config +ETHEME ?= "e-wm-theme-default" +ECONFIG ?= "e-wm-config-mobile" + +RPROVIDES_${PN} += "task-x11-illume" +RREPLACES_${PN} += "task-x11-illume" +RCONFLICTS_${PN} += "task-x11-illume" +RDEPENDS_${PN} = "\ + packagegroup-core-x11-xserver \ + packagegroup-core-x11-utils \ + \ + e-wm \ + ${ECONFIG} \ + ${ETHEME} \ +" 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 @@ -DESCRIPTION = "The Illume Windowing Environment -- install this task to get the Enlightenment Window Manager + the Illume environment." -SECTION = "x11/wm" -LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://${TOPDIR}/meta-openembedded/meta-efl/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" -PV = "1.0" -PR = "r3" - -inherit task allarch - -# Default theme and config -ETHEME ?= "e-wm-theme-default" -ECONFIG ?= "e-wm-config-mobile" - -RDEPENDS_${PN} = "\ - task-x11-server \ - task-x11-utils \ - \ - e-wm \ - ${ECONFIG} \ - ${ETHEME} \ -" -- cgit v1.2.3-54-g00ecf