From 5b0762021f587d8fc01b5709c4789ae16667f3d4 Mon Sep 17 00:00:00 2001 From: "Robert P. J. Day" Date: Mon, 14 Jul 2014 08:24:44 -0400 Subject: Remove long-deprecated "task-core" backward compat for packagegroups. (From OE-Core rev: 7472037569b42386592c060d54196f0c8b9e2d5d) Signed-off-by: Robert P. J. Day Signed-off-by: Saul Wold Signed-off-by: Richard Purdie --- meta/recipes-core/packagegroups/packagegroup-base.bb | 7 ------- 1 file changed, 7 deletions(-) (limited to 'meta/recipes-core/packagegroups/packagegroup-base.bb') diff --git a/meta/recipes-core/packagegroups/packagegroup-base.bb b/meta/recipes-core/packagegroups/packagegroup-base.bb index 16f3a510d8..13a4fe4f0c 100644 --- a/meta/recipes-core/packagegroups/packagegroup-base.bb +++ b/meta/recipes-core/packagegroups/packagegroup-base.bb @@ -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-")) } # -- cgit v1.2.3-54-g00ecf