mirror of
https://git.yoctoproject.org/poky
synced 2026-04-19 15:32:13 +02:00
poky.conf: Add qemu-config dependency for qemux86-64
After booting qemux86-64 sato image, there is no icon for shutdown on the desktop which is caused by missing the qemu-config package on this machine. [BUGID #458] Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
@@ -109,6 +109,7 @@ POKY_EXTRA_RDEPENDS_qemuarm = "qemu-config"
|
||||
POKY_EXTRA_RDEPENDS_qemuarmv6 = "qemu-config"
|
||||
POKY_EXTRA_RDEPENDS_qemuarmv7 = "qemu-config"
|
||||
POKY_EXTRA_RDEPENDS_qemux86 = "qemu-config"
|
||||
POKY_EXTRA_RDEPENDS_qemux86-64 = "qemu-config"
|
||||
|
||||
DISTRO_EXTRA_RDEPENDS += "${POKY_EXTRA_RDEPENDS}"
|
||||
DISTRO_EXTRA_RRECOMMENDS += "kernel-module-af-packet"
|
||||
|
||||
Reference in New Issue
Block a user