mirror of
https://git.yoctoproject.org/poky
synced 2026-05-30 00:20:08 +00:00
packagegroup-core-x11: add upgrade path from meta-oe task-x11*
This recipe was structured in order to replace task-x11 from meta-oe, which it hopefully can now that a runtime upgrade path is in place. (From OE-Core rev: 3b428debe9fdd4c9197f5ee7ab34fc9886f4a3cb) Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
71d3d1a7db
commit
6554dbf956
@@ -3,7 +3,7 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
LICENSE = "MIT"
|
LICENSE = "MIT"
|
||||||
PR = "r36"
|
PR = "r37"
|
||||||
|
|
||||||
inherit packagegroup
|
inherit packagegroup
|
||||||
|
|
||||||
@@ -39,3 +39,14 @@ RDEPENDS_${PN}-utils = "\
|
|||||||
xset \
|
xset \
|
||||||
xrandr \
|
xrandr \
|
||||||
"
|
"
|
||||||
|
|
||||||
|
# Allow replacing task-x11* in meta-oe
|
||||||
|
RPROVIDES_${PN} = "task-x11"
|
||||||
|
RREPLACES_${PN} = "task-x11"
|
||||||
|
RCONFLICTS_${PN} = "task-x11"
|
||||||
|
RPROVIDES_${PN}-xserver = "task-x11-server task-xserver"
|
||||||
|
RREPLACES_${PN}-xserver = "task-x11-server"
|
||||||
|
RCONFLICTS_${PN}-xserver = "task-x11-server"
|
||||||
|
RPROVIDES_${PN}-utils = "task-x11-utils"
|
||||||
|
RREPLACES_${PN}-utils = "task-x11-utils"
|
||||||
|
RCONFLICTS_${PN}-utils = "task-x11-utils"
|
||||||
|
|||||||
Reference in New Issue
Block a user