poky: ship qemu-config package for qemuarmv6/7 too

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4930 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Marcin Juszkiewicz 2008-07-22 11:26:47 +00:00
parent da820a1a16
commit 1df8293e17
1 changed files with 2 additions and 0 deletions

View File

@ -95,6 +95,8 @@ DISTRO_FEATURES = "alsa bluetooth ext2 irda pcmcia usbgadget usbhost wifi nfs ze
POKY_EXTRA_RDEPENDS = ""
POKY_EXTRA_RDEPENDS_qemuarm = "qemu-config"
POKY_EXTRA_RDEPENDS_qemuarmv6 = "qemu-config"
POKY_EXTRA_RDEPENDS_qemuarmv7 = "qemu-config"
POKY_EXTRA_RDEPENDS_qemux86 = "qemu-config"
DISTRO_EXTRA_RDEPENDS += "${POKY_EXTRA_RDEPENDS}"