aboutsummaryrefslogtreecommitdiffstats
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-contrib-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 9b8cc9a257..aafe63acfb 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"
inherit packagegroup allarch
-RPROVIDES_${PN} += "packagegroup-native-sdk task-sdk-target task-native-sdk"
-RREPLACES_${PN} += "packagegroup-native-sdk task-sdk-target task-native-sdk"
-RCONFLICTS_${PN} += "packagegroup-native-sdk task-sdk-target task-native-sdk"
+RPROVIDES_${PN} += "packagegroup-native-sdk"
+RREPLACES_${PN} += "packagegroup-native-sdk"
+RCONFLICTS_${PN} += "packagegroup-native-sdk"
RDEPENDS_${PN} = "gcc-symlinks g++-symlinks cpp cpp-symlinks \
binutils-symlinks \
perl-modules \