mirror of
https://git.yoctoproject.org/poky
synced 2026-04-30 12:32:12 +02:00
Allow references to the old task packages to continue to work. This does not add RPROVIDES for everything, just those packages that are likely to have been referred to. (From OE-Core rev: b41c45972a6d359f034615471959c84aee2bc456) Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
21 lines
463 B
BlitzBasic
21 lines
463 B
BlitzBasic
SUMMARY = "Basic X11 session"
|
|
DESCRIPTION = "Packages required to set up a basic working X11 session"
|
|
LICENSE = "MIT"
|
|
PR = "r0"
|
|
|
|
inherit packagegroup
|
|
|
|
# For backwards compatibility after rename
|
|
RPROVIDES_${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 \
|
|
"
|