task-base: dropped task-base-poky-minimal as task-poky-boot do that job in proper way

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2027 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Marcin Juszkiewicz 2007-06-27 12:43:08 +00:00
parent 9221a6f172
commit 9cc674e344
1 changed files with 2 additions and 18 deletions

View File

@ -3,10 +3,9 @@
#
DESCRIPTION = "Merge machine and distro options to create a basic machine task/package"
PR = "r7"
PR = "r8"
PACKAGES = "task-base \
task-base-poky-minimal"
PACKAGES = "task-base"
ALLOW_EMPTY = "1"
@ -94,21 +93,6 @@ RRECOMMENDS_task-base = "\
${MACHINE_EXTRA_RRECOMMENDS} \
${DISTRO_EXTRA_RRECOMMENDS}"
#
# task-base-poky-minimal
# An example of a small cut down machine configuration
#
RDEPENDS_task-base-poky-minimal = "\
kernel \
${@base_contains("MACHINE_FEATURES", "kernel26", "${task-base-kernel26-rdepends}", "",d)} \
${@base_contains("MACHINE_FEATURES", "apm", "${task-base-apm-rdepends}", "",d)} \
${@base_contains("COMBINED_FEATURES", "pcmcia", "${PCMCIA_MANAGER}", "",d)} \
${MACHINE_ESSENTIAL_EXTRA_RDEPENDS}"
RRECOMMENDS_task-base-poky-minimal = "\
${MACHINE_ESSENTIAL_EXTRA_RRECOMMENDS}"
task-base-kernel26-rdepends = "\
udev \
keymaps \