mirror of
https://git.yoctoproject.org/poky
synced 2026-04-25 15:32:13 +02:00
These are needed to support upgrading from task-* to packagegroup-* within existing target images at runtime. Note: these settings will very likely be moved out to a separate inc file at some point in the future. (From OE-Core rev: 5dd4de086d744c81d2275077ad0e0022204b0a68) Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
23 lines
580 B
BlitzBasic
23 lines
580 B
BlitzBasic
SUMMARY = "Basic X11 session"
|
|
DESCRIPTION = "Packages required to set up a basic working X11 session"
|
|
LICENSE = "MIT"
|
|
PR = "r1"
|
|
|
|
inherit packagegroup
|
|
|
|
# For backwards compatibility after rename
|
|
RPROVIDES_${PN} = "task-core-x11-mini task-core-x11-base"
|
|
RREPLACES_${PN} = "task-core-x11-mini task-core-x11-base"
|
|
RCONFLICTS_${PN} = "task-core-x11-mini task-core-x11-base"
|
|
|
|
RDEPENDS_${PN} = "\
|
|
packagegroup-core-x11-xserver \
|
|
packagegroup-core-x11-utils \
|
|
dbus \
|
|
pointercal \
|
|
matchbox-terminal \
|
|
matchbox-wm \
|
|
mini-x-session \
|
|
liberation-fonts \
|
|
"
|