qemu: fix host virtfs option
authorVincent Stehlé <vincent.stehle@arm.com>
Thu, 1 Aug 2019 17:09:24 +0000 (19:09 +0200)
committerPeter Korsgaard <peter@korsgaard.com>
Thu, 1 Aug 2019 17:56:03 +0000 (19:56 +0200)
commit499dfc941036b16a7bf615112b0a24e0daac9c41
treea67525ca3ab9b93579e09459e098f5d450394907
parent02137d6397f8311e2e3204c81a0330f6eedfddda
qemu: fix host virtfs option

Fix the build of host-qemu with virtfs enabled: fix a typo in makefile
conditional and add a dependency on host-libcap as that is a dependency of
virtfs support:

    if test "$virtfs" != no && test "$cap" = yes && test "$attr" = yes ; then
      virtfs=yes

The virtfs configuration option was added by commit e0f49e648401
("package/qemu: add option to enable virtual filesystem in host qemu").

Signed-off-by: Vincent Stehlé <vincent.stehle@arm.com>
Cc: Etienne Carriere <etienne.carriere@linaro.org>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/qemu/qemu.mk