mirror of
https://git.yoctoproject.org/poky
synced 2026-05-07 16:59:22 +00:00
poky.conf: Simpify POKY_EXTRA_RDEPENDS for qemu
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3623 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
@@ -248,8 +248,8 @@ ENABLE_BINARY_LOCALE_GENERATION ?= "1"
|
||||
DISTRO_FEATURES = "alsa bluetooth ext2 irda pcmcia usbgadget usbhost wifi"
|
||||
|
||||
POKY_EXTRA_RDEPENDS = ""
|
||||
POKY_EXTRA_RDEPENDS_qemuarm = "qemu-config rsync"
|
||||
POKY_EXTRA_RDEPENDS_qemux86 = "qemu-config rsync"
|
||||
POKY_EXTRA_RDEPENDS_qemuarm = "qemu-config"
|
||||
POKY_EXTRA_RDEPENDS_qemux86 = "qemu-config"
|
||||
|
||||
DISTRO_EXTRA_RDEPENDS += "${POKY_EXTRA_RDEPENDS}"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user