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
@@ -124,13 +124,6 @@ python __anonymous () {
|
||||
|
||||
if "nfc" in distro_features and not "nfc" in machine_features and ("usbhost" in machine_features):
|
||||
d.setVar("ADD_NFC", "packagegroup-base-nfc")
|
||||
|
||||
# For backwards compatibility after rename
|
||||
packages = d.getVar("PACKAGES", True).split()
|
||||
for pkg in packages:
|
||||
d.appendVar("RPROVIDES_%s" % pkg, pkg.replace("packagegroup-", "task-"))
|
||||
d.appendVar("RREPLACES_%s" % pkg, pkg.replace("packagegroup-", "task-"))
|
||||
d.appendVar("RCONFLICTS_%s" % pkg, pkg.replace("packagegroup-", "task-"))
|
||||
}
|
||||
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user