mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-12-15 14:56:43 +01: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:
parent
c758d15fde
commit
df540b52c7
|
|
@ -11,9 +11,6 @@ require packagegroup-efl-sdk.inc
|
|||
|
||||
PACKAGES = "${PN}"
|
||||
|
||||
RPROVIDES_${PN} += "task-efl-sdk"
|
||||
RREPLACES_${PN} += "task-efl-sdk"
|
||||
RCONFLICTS_${PN} += "task-efl-sdk"
|
||||
RDEPENDS_${PN} = "\
|
||||
packagegroup-core-sdk \
|
||||
${SDK-EFL} \
|
||||
|
|
|
|||
|
|
@ -11,9 +11,6 @@ require packagegroup-efl-sdk.inc
|
|||
|
||||
PACKAGES = "${PN} ${PN}-dbg"
|
||||
|
||||
RPROVIDES_${PN} += "task-efl-standalone-sdk-target"
|
||||
RREPLACES_${PN} += "task-efl-standalone-sdk-target"
|
||||
RCONFLICTS_${PN} += "task-efl-standalone-sdk-target"
|
||||
RDEPENDS_${PN} = "\
|
||||
packagegroup-core-standalone-sdk-target \
|
||||
${SDK-EFL} \
|
||||
|
|
|
|||
|
|
@ -11,9 +11,6 @@ inherit packagegroup allarch
|
|||
ETHEME ?= "e-wm-theme-default"
|
||||
ECONFIG ?= "e-wm-config-mobile"
|
||||
|
||||
RPROVIDES_${PN} += "task-x11-illume"
|
||||
RREPLACES_${PN} += "task-x11-illume"
|
||||
RCONFLICTS_${PN} += "task-x11-illume"
|
||||
RDEPENDS_${PN} = "\
|
||||
packagegroup-core-x11-xserver \
|
||||
packagegroup-core-x11-utils \
|
||||
|
|
|
|||
|
|
@ -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 \
|
||||
|
|
|
|||
|
|
@ -6,10 +6,6 @@ PR = "r5"
|
|||
|
||||
inherit packagegroup
|
||||
|
||||
RPROVIDES_${PN} += "task-xfce-base"
|
||||
RREPLACES_${PN} += "task-xfce-base"
|
||||
RCONFLICTS_${PN} += "task-xfce-base"
|
||||
|
||||
RDEPENDS_${PN} = " \
|
||||
xfwm4 \
|
||||
xfce4-session \
|
||||
|
|
|
|||
|
|
@ -9,10 +9,6 @@ PNBLACKLIST[packagegroup-xfce-extended] = "BROKEN: rdepends on broken xfce4-powe
|
|||
|
||||
inherit packagegroup
|
||||
|
||||
RPROVIDES_${PN} += "task-xfce-extended"
|
||||
RREPLACES_${PN} += "task-xfce-extended"
|
||||
RCONFLICTS_${PN} += "task-xfce-extended"
|
||||
|
||||
# mandatory
|
||||
RDEPENDS_${PN} = " \
|
||||
packagegroup-xfce-base \
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user