summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-devtools/packagegroups
diff options
context:
space:
mode:
authorRobert P. J. Day <rpjday@crashcourse.ca>2014-07-14 09:03:09 -0400
committerMartin Jansa <Martin.Jansa@gmail.com>2014-08-15 17:07:02 +0200
commitdf540b52c77168d864b0ea9dd10bdf5bc1c9bc47 (patch)
tree98571f8321fe213f99e362d19d5580b038012a0b /meta-oe/recipes-devtools/packagegroups
parentc758d15fde6261cf53a723e2689b0ff3c305fee2 (diff)
downloadmeta-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-devtools/packagegroups')
-rw-r--r--meta-oe/recipes-devtools/packagegroups/packagegroup-sdk-target.bb6
1 files changed, 3 insertions, 3 deletions
diff --git a/meta-oe/recipes-devtools/packagegroups/packagegroup-sdk-target.bb b/meta-oe/recipes-devtools/packagegroups/packagegroup-sdk-target.bb
index 9b8cc9a25..aafe63acf 100644
--- a/meta-oe/recipes-devtools/packagegroups/packagegroup-sdk-target.bb
+++ b/meta-oe/recipes-devtools/packagegroups/packagegroup-sdk-target.bb
@@ -6,9 +6,9 @@ PR = "r1"
6 6
7inherit packagegroup allarch 7inherit packagegroup allarch
8 8
9RPROVIDES_${PN} += "packagegroup-native-sdk task-sdk-target task-native-sdk" 9RPROVIDES_${PN} += "packagegroup-native-sdk"
10RREPLACES_${PN} += "packagegroup-native-sdk task-sdk-target task-native-sdk" 10RREPLACES_${PN} += "packagegroup-native-sdk"
11RCONFLICTS_${PN} += "packagegroup-native-sdk task-sdk-target task-native-sdk" 11RCONFLICTS_${PN} += "packagegroup-native-sdk"
12RDEPENDS_${PN} = "gcc-symlinks g++-symlinks cpp cpp-symlinks \ 12RDEPENDS_${PN} = "gcc-symlinks g++-symlinks cpp cpp-symlinks \
13 binutils-symlinks \ 13 binutils-symlinks \
14 perl-modules \ 14 perl-modules \