1
0
mirror of https://git.yoctoproject.org/poky synced 2026-07-17 04:07:06 +00:00

task-base: Removed RDEPEND on task-poky-boot

It is now neccesarry for each distro to specify a POKY_EXTRA_RDEPENDS for a relevant boot task. This has been added in poky and moblin distros.
This commit is contained in:
Joshua Lock
2008-11-05 16:56:08 +00:00
parent 7e6ddbd883
commit bbac24bb2e
3 changed files with 2 additions and 3 deletions
+1 -1
View File
@@ -105,7 +105,7 @@ LOCALE_UTF8_ONLY = "1"
DISTRO_FEATURES = "alsa bluetooth ext2 irda pcmcia usbgadget usbhost wifi nfs zeroconf pci"
POKY_EXTRA_RDEPENDS = ""
POKY_EXTRA_RDEPENDS = "task-poky-boot"
POKY_EXTRA_RDEPENDS_qemuarm = "qemu-config"
POKY_EXTRA_RDEPENDS_qemuarmv6 = "qemu-config"
POKY_EXTRA_RDEPENDS_qemuarmv7 = "qemu-config"