]> code.ossystems Code Review - openembedded-core.git/commit
qemu: Add pkg-config handling for libgcrypt
authorHe Zhe <zhe.he@windriver.com>
Thu, 29 Aug 2019 13:15:49 +0000 (21:15 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 6 Sep 2019 13:51:18 +0000 (14:51 +0100)
commit37bec7c4ea3ebd17366fbd2ec719de401ec36275
treec4bd6b5d01baf26dbfb62de431088c8cd12b602e
parent1418581aa22f37c5d7d9a686c1c387149954e9b2
qemu: Add pkg-config handling for libgcrypt

When PACKAGECONFIG libgcrypt is enabled, we would get the following error.

ERROR: /usr/bin/libgcrypt-config should not be used, use an alternative such as pkg-config

In oe-core, libgcrypt has been turned to be configured with pkg-config instead
of libgcrypt-config, but qemu configure script does not contain pkg-config
related part for libgcrypt to handle it.

Signed-off-by: He Zhe <zhe.he@windriver.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/recipes-devtools/qemu/qemu.inc
meta/recipes-devtools/qemu/qemu/0010-configure-Add-pkg-config-handling-for-libgcrypt.patch [new file with mode: 0644]