diff options
author | Robert P. J. Day <rpjday@crashcourse.ca> | 2014-07-14 09:03:09 -0400 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2014-08-15 17:07:02 +0200 |
commit | df540b52c77168d864b0ea9dd10bdf5bc1c9bc47 (patch) | |
tree | 98571f8321fe213f99e362d19d5580b038012a0b /meta-oe/recipes-graphics | |
parent | c758d15fde6261cf53a723e2689b0ff3c305fee2 (diff) | |
download | meta-openembedded-df540b52c77168d864b0ea9dd10bdf5bc1c9bc47.tar.gz |
packagegroups: Remove deprecated "task" backward compatibility
Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-graphics')
-rw-r--r-- | meta-oe/recipes-graphics/packagegroups/packagegroup-fonts-truetype.bb | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/meta-oe/recipes-graphics/packagegroups/packagegroup-fonts-truetype.bb b/meta-oe/recipes-graphics/packagegroups/packagegroup-fonts-truetype.bb index 931564f71..632e7d433 100644 --- a/meta-oe/recipes-graphics/packagegroups/packagegroup-fonts-truetype.bb +++ b/meta-oe/recipes-graphics/packagegroups/packagegroup-fonts-truetype.bb | |||
@@ -12,18 +12,6 @@ PACKAGES += "\ | |||
12 | ${PN}-chinese \ | 12 | ${PN}-chinese \ |
13 | ${PN}-japanese \ | 13 | ${PN}-japanese \ |
14 | " | 14 | " |
15 | RPROVIDES_${PN} += "task-fonts-truetype" | ||
16 | RPROVIDES_${PN}-core += "task-fonts-truetype-core" | ||
17 | RPROVIDES_${PN}-chinese += "task-fonts-truetype-chinese" | ||
18 | RPROVIDES_${PN}-japanese += "task-fonts-truetype-japanese" | ||
19 | RREPLACES_${PN} += "task-fonts-truetype" | ||
20 | RREPLACES_${PN}-core += "task-fonts-truetype-core" | ||
21 | RREPLACES_${PN}-chinese += "task-fonts-truetype-chinese" | ||
22 | RREPLACES_${PN}-japanese += "task-fonts-truetype-japanese" | ||
23 | RCONFLICTS_${PN} += "task-fonts-truetype" | ||
24 | RCONFLICTS_${PN}-core += "task-fonts-truetype-core" | ||
25 | RCONFLICTS_${PN}-chinese += "task-fonts-truetype-chinese" | ||
26 | RCONFLICTS_${PN}-japanese += "task-fonts-truetype-japanese" | ||
27 | 15 | ||
28 | RRECOMMENDS_${PN} = "\ | 16 | RRECOMMENDS_${PN} = "\ |
29 | ${PN}-core \ | 17 | ${PN}-core \ |