mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-05-07 05:10:20 +00:00
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>
This commit is contained in:
+7
-4
@@ -3,17 +3,20 @@ SECTION = "x11/wm"
|
|||||||
LICENSE = "MIT"
|
LICENSE = "MIT"
|
||||||
LIC_FILES_CHKSUM = "file://${TOPDIR}/meta-openembedded/meta-efl/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
|
LIC_FILES_CHKSUM = "file://${TOPDIR}/meta-openembedded/meta-efl/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
|
||||||
PV = "1.0"
|
PV = "1.0"
|
||||||
PR = "r3"
|
PR = "r5"
|
||||||
|
|
||||||
inherit task allarch
|
inherit packagegroup allarch
|
||||||
|
|
||||||
# Default theme and config
|
# Default theme and config
|
||||||
ETHEME ?= "e-wm-theme-default"
|
ETHEME ?= "e-wm-theme-default"
|
||||||
ECONFIG ?= "e-wm-config-mobile"
|
ECONFIG ?= "e-wm-config-mobile"
|
||||||
|
|
||||||
|
RPROVIDES_${PN} += "task-x11-illume"
|
||||||
|
RREPLACES_${PN} += "task-x11-illume"
|
||||||
|
RCONFLICTS_${PN} += "task-x11-illume"
|
||||||
RDEPENDS_${PN} = "\
|
RDEPENDS_${PN} = "\
|
||||||
task-x11-server \
|
packagegroup-core-x11-xserver \
|
||||||
task-x11-utils \
|
packagegroup-core-x11-utils \
|
||||||
\
|
\
|
||||||
e-wm \
|
e-wm \
|
||||||
${ECONFIG} \
|
${ECONFIG} \
|
||||||
Reference in New Issue
Block a user