mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-04-20 11:38:34 +00:00
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>
This commit is contained in:
committed by
Martin Jansa
parent
c758d15fde
commit
df540b52c7
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user