From 7472037569b42386592c060d54196f0c8b9e2d5d 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. Signed-off-by: Robert P. J. Day Signed-off-by: Saul Wold Signed-off-by: Richard Purdie --- meta/recipes-core/packagegroups/packagegroup-core-tools-profile.bb | 5 ----- 1 file changed, 5 deletions(-) (limited to 'meta/recipes-core/packagegroups/packagegroup-core-tools-profile.bb') diff --git a/meta/recipes-core/packagegroups/packagegroup-core-tools-profile.bb b/meta/recipes-core/packagegroups/packagegroup-core-tools-profile.bb index 7832c89d23..8c9dd8b6f9 100644 --- a/meta/recipes-core/packagegroups/packagegroup-core-tools-profile.bb +++ b/meta/recipes-core/packagegroups/packagegroup-core-tools-profile.bb @@ -11,11 +11,6 @@ inherit packagegroup PACKAGE_ARCH = "${MACHINE_ARCH}" -# For backwards compatibility after rename -RPROVIDES_${PN} = "task-core-tools-profile" -RREPLACES_${PN} = "task-core-tools-profile" -RCONFLICTS_${PN} = "task-core-tools-profile" - PROFILE_TOOLS_X = "${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'sysprof', '', d)}" PROFILE_TOOLS_SYSTEMD = "${@bb.utils.contains('DISTRO_FEATURES', 'systemd', 'systemd-analyze', '', d)}" -- cgit 1.2.3-korg