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:
Robert P. J. Day
2014-07-14 09:03:09 -04:00
committed by Martin Jansa
parent c758d15fde
commit df540b52c7
10 changed files with 3 additions and 46 deletions
@@ -23,9 +23,6 @@ MACHINE_EXTRA_RRECOMMENDS ?= ""
#
TASK_BASIC_SSHDAEMON ?= "dropbear openssh-sftp openssh-sftp-server"
RPROVIDES_${PN} += "task-basic"
RREPLACES_${PN} += "task-basic"
RCONFLICTS_${PN} += "task-basic"
#
# The section below is designed to match with packagegroup-boot, but doesn't depend on it to allow for more freedom
# when writing image recipes.
@@ -19,10 +19,6 @@ MACHINE_ESSENTIAL_EXTRA_RRECOMMENDS ?= ""
# Make sure we build the kernel
DEPENDS = "virtual/kernel"
RPROVIDES_${PN} += "task-boot"
RREPLACES_${PN} += "task-boot"
RCONFLICTS_${PN} += "task-boot"
#
# minimal set of packages - needed to boot
#
@@ -10,13 +10,6 @@ inherit packagegroup allarch
PACKAGES += "${PN}-debug"
RPROVIDES_${PN} += "task-cli-tools"
RPROVIDES_${PN}-debug += "task-cli-tools-debug"
RREPLACES_${PN} += "task-cli-tools"
RREPLACES_${PN}-debug += "task-cli-tools-debug"
RCONFLICTS_${PN} += "task-cli-tools"
RCONFLICTS_${PN}-debug += "task-cli-tools-debug"
RDEPENDS_${PN} = "\
dbus-daemon-proxy \
dosfstools \
@@ -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 \
@@ -12,18 +12,6 @@ PACKAGES += "\
${PN}-chinese \
${PN}-japanese \
"
RPROVIDES_${PN} += "task-fonts-truetype"
RPROVIDES_${PN}-core += "task-fonts-truetype-core"
RPROVIDES_${PN}-chinese += "task-fonts-truetype-chinese"
RPROVIDES_${PN}-japanese += "task-fonts-truetype-japanese"
RREPLACES_${PN} += "task-fonts-truetype"
RREPLACES_${PN}-core += "task-fonts-truetype-core"
RREPLACES_${PN}-chinese += "task-fonts-truetype-chinese"
RREPLACES_${PN}-japanese += "task-fonts-truetype-japanese"
RCONFLICTS_${PN} += "task-fonts-truetype"
RCONFLICTS_${PN}-core += "task-fonts-truetype-core"
RCONFLICTS_${PN}-chinese += "task-fonts-truetype-chinese"
RCONFLICTS_${PN}-japanese += "task-fonts-truetype-japanese"
RRECOMMENDS_${PN} = "\
${PN}-core \