1
0
mirror of https://git.yoctoproject.org/poky synced 2026-06-02 01:19:52 +00: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:
Robert P. J. Day
2014-07-14 08:24:44 -04:00
committed by Richard Purdie
parent be0fea17ee
commit 5b0762021f
18 changed files with 0 additions and 94 deletions
@@ -4,9 +4,4 @@ PR = "r1"
inherit packagegroup
# For backwards compatibility after rename
RPROVIDES_${PN} = "task-core-ssh-dropbear"
RREPLACES_${PN} = "task-core-ssh-dropbear"
RCONFLICTS_${PN} = "task-core-ssh-dropbear"
RDEPENDS_${PN} = "dropbear"