]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commit
qemu: Define libnfs PACKAGECONFIG
authorAndrei Gherzan <andrei.gherzan@huawei.com>
Wed, 6 Oct 2021 12:08:33 +0000 (13:08 +0100)
committerSteve Sakoman <steve@sakoman.com>
Tue, 20 Sep 2022 21:09:59 +0000 (11:09 -1000)
commit9badcf0261f6b735d65a5498bb8fbb9979d7a07f
tree69b6b3478e293e695150350ad7ffa04eb1715113
parent16a6e8530c4820f070973a1b4d64764c20706087
qemu: Define libnfs PACKAGECONFIG

The upstream qemu recipe uses host's pkg-config files as a solution to
detecting host's SDL. This has a side effect of using other host
libraries that are later queried by the configure script. This can get
into a situation when the host provides libnfs (for example) and because
later this dependency is not in place anymore, qemu will fail at
runtime.

This change adds a PACKAGECONFIG definition for libnfs that is disabled
by default, in turn disabling the pkgconfig autodetection in configure.

Signed-off-by: Andrei Gherzan <andrei.gherzan@huawei.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 42b364a25fdbc987c85dd46b8427045033924d99)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
meta/recipes-devtools/qemu/qemu.inc