diff options
author | Robert P. J. Day <rpjday@crashcourse.ca> | 2014-07-14 08:24:44 -0400 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-07-16 10:13:23 +0100 |
commit | 7472037569b42386592c060d54196f0c8b9e2d5d (patch) | |
tree | 4dea3c0453faf0042bb0d712bdc156ce12af554e /meta/recipes-sato/packagegroups | |
parent | b8f5d6b493ec759a97b92cf9b4c07ad8a8114de6 (diff) | |
download | openembedded-core-contrib-7472037569b42386592c060d54196f0c8b9e2d5d.tar.gz |
Remove long-deprecated "task-core" backward compat for packagegroups.
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>
Diffstat (limited to 'meta/recipes-sato/packagegroups')
-rw-r--r-- | meta/recipes-sato/packagegroups/packagegroup-core-x11-sato.bb | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/meta/recipes-sato/packagegroups/packagegroup-core-x11-sato.bb b/meta/recipes-sato/packagegroups/packagegroup-core-x11-sato.bb index 4ec5e8961c9..2d23fe48b28 100644 --- a/meta/recipes-sato/packagegroups/packagegroup-core-x11-sato.bb +++ b/meta/recipes-sato/packagegroups/packagegroup-core-x11-sato.bb @@ -12,11 +12,6 @@ PACKAGE_ARCH = "${MACHINE_ARCH}" PACKAGES = "${PN} ${PN}-base ${PN}-apps ${PN}-games" -# For backwards compatibility after rename -RPROVIDES_${PN} = "task-core-x11-sato" -RREPLACES_${PN} = "task-core-x11-sato" -RCONFLICTS_${PN} = "task-core-x11-sato" - RDEPENDS_${PN} = "\ ${PN}-base \ ${PN}-apps \ |