mirror of
https://git.yoctoproject.org/poky
synced 2026-09-14 03:49:32 +02:00
Remove long-deprecated "task-core" backward compat for packagegroups.
(From OE-Core rev: 7472037569b42386592c060d54196f0c8b9e2d5d) Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca> 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
be0fea17ee
commit
5b0762021f
@@ -17,11 +17,6 @@ PACKAGE_ARCH = "${MACHINE_ARCH}"
|
||||
MACHINE_ESSENTIAL_EXTRA_RDEPENDS ?= ""
|
||||
MACHINE_ESSENTIAL_EXTRA_RRECOMMENDS ?= ""
|
||||
|
||||
# For backwards compatibility after rename
|
||||
RPROVIDES_${PN} = "task-core-boot"
|
||||
RREPLACES_${PN} = "task-core-boot"
|
||||
RCONFLICTS_${PN} = "task-core-boot"
|
||||
|
||||
# Distro can override the following VIRTUAL-RUNTIME providers:
|
||||
VIRTUAL-RUNTIME_dev_manager ?= "udev"
|
||||
VIRTUAL-RUNTIME_login_manager ?= "busybox"
|
||||
|
||||
Reference in New Issue
Block a user