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:20:49 +0100 |
commit | 5b0762021f587d8fc01b5709c4789ae16667f3d4 (patch) | |
tree | e1e79418bb10c2d7653f0e018a60345c0bda8cc4 /meta/recipes-graphics | |
parent | be0fea17ee88e254fbcca12553e1cab96370e9fd (diff) | |
download | poky-5b0762021f587d8fc01b5709c4789ae16667f3d4.tar.gz |
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>
Diffstat (limited to 'meta/recipes-graphics')
4 files changed, 0 insertions, 23 deletions
diff --git a/meta/recipes-graphics/packagegroups/packagegroup-core-clutter.bb b/meta/recipes-graphics/packagegroups/packagegroup-core-clutter.bb index cb2aba0a5f..7540821c4e 100644 --- a/meta/recipes-graphics/packagegroups/packagegroup-core-clutter.bb +++ b/meta/recipes-graphics/packagegroups/packagegroup-core-clutter.bb | |||
@@ -13,11 +13,6 @@ PACKAGES = "\ | |||
13 | ${PN}-core \ | 13 | ${PN}-core \ |
14 | " | 14 | " |
15 | 15 | ||
16 | # For backwards compatibility after rename | ||
17 | RPROVIDES_${PN}-core = "task-core-clutter-core" | ||
18 | RREPLACES_${PN}-core = "task-core-clutter-core" | ||
19 | RCONFLICTS_${PN}-core = "task-core-clutter-core" | ||
20 | |||
21 | SUMMARY_${PN}-core = "Clutter graphics library" | 16 | SUMMARY_${PN}-core = "Clutter graphics library" |
22 | RDEPENDS_${PN}-core = "\ | 17 | RDEPENDS_${PN}-core = "\ |
23 | clutter-1.0 \ | 18 | clutter-1.0 \ |
diff --git a/meta/recipes-graphics/packagegroups/packagegroup-core-x11-base.bb b/meta/recipes-graphics/packagegroups/packagegroup-core-x11-base.bb index a5d02ede8e..2eff3713bc 100644 --- a/meta/recipes-graphics/packagegroups/packagegroup-core-x11-base.bb +++ b/meta/recipes-graphics/packagegroups/packagegroup-core-x11-base.bb | |||
@@ -5,11 +5,6 @@ PR = "r1" | |||
5 | 5 | ||
6 | inherit packagegroup | 6 | inherit packagegroup |
7 | 7 | ||
8 | # For backwards compatibility after rename | ||
9 | RPROVIDES_${PN} = "task-core-x11-mini task-core-x11-base" | ||
10 | RREPLACES_${PN} = "task-core-x11-mini task-core-x11-base" | ||
11 | RCONFLICTS_${PN} = "task-core-x11-mini task-core-x11-base" | ||
12 | |||
13 | RDEPENDS_${PN} = "\ | 8 | RDEPENDS_${PN} = "\ |
14 | packagegroup-core-x11-xserver \ | 9 | packagegroup-core-x11-xserver \ |
15 | packagegroup-core-x11-utils \ | 10 | packagegroup-core-x11-utils \ |
diff --git a/meta/recipes-graphics/packagegroups/packagegroup-core-x11-xserver.bb b/meta/recipes-graphics/packagegroups/packagegroup-core-x11-xserver.bb index d58f74384f..f595a54e9d 100644 --- a/meta/recipes-graphics/packagegroups/packagegroup-core-x11-xserver.bb +++ b/meta/recipes-graphics/packagegroups/packagegroup-core-x11-xserver.bb | |||
@@ -17,8 +17,3 @@ RDEPENDS_${PN} = "\ | |||
17 | ${XSERVER} \ | 17 | ${XSERVER} \ |
18 | ${XSERVERCODECS} \ | 18 | ${XSERVERCODECS} \ |
19 | " | 19 | " |
20 | |||
21 | # Allow replacing task-x11-server in meta-oe | ||
22 | RPROVIDES_${PN} = "task-x11-server task-xserver" | ||
23 | RREPLACES_${PN} = "task-x11-server task-xserver" | ||
24 | RCONFLICTS_${PN} = "task-x11-server task-xserver" | ||
diff --git a/meta/recipes-graphics/packagegroups/packagegroup-core-x11.bb b/meta/recipes-graphics/packagegroups/packagegroup-core-x11.bb index 1a51428eaf..fde5144b46 100644 --- a/meta/recipes-graphics/packagegroups/packagegroup-core-x11.bb +++ b/meta/recipes-graphics/packagegroups/packagegroup-core-x11.bb | |||
@@ -30,11 +30,3 @@ RDEPENDS_${PN}-utils = "\ | |||
30 | xset \ | 30 | xset \ |
31 | xrandr \ | 31 | xrandr \ |
32 | " | 32 | " |
33 | |||
34 | # Allow replacing task-x11* in meta-oe | ||
35 | RPROVIDES_${PN} = "task-x11" | ||
36 | RREPLACES_${PN} = "task-x11" | ||
37 | RCONFLICTS_${PN} = "task-x11" | ||
38 | RPROVIDES_${PN}-utils = "task-x11-utils" | ||
39 | RREPLACES_${PN}-utils = "task-x11-utils" | ||
40 | RCONFLICTS_${PN}-utils = "task-x11-utils" | ||