diff options
author | He Zhe <zhe.he@windriver.com> | 2019-08-29 21:15:49 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-09-06 14:58:09 +0100 |
commit | f2713fc631729d62428d5f6a08cb3eae56fe001b (patch) | |
tree | 81eb923878784e280dd76dbd356147e7cf1abf3a /meta/recipes-devtools/qemu/qemu.inc | |
parent | a6c071c3abb2e43eb42d01233dab911332a2fea7 (diff) | |
download | poky-f2713fc631729d62428d5f6a08cb3eae56fe001b.tar.gz |
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.
(From OE-Core rev: 37bec7c4ea3ebd17366fbd2ec719de401ec36275)
Signed-off-by: He Zhe <zhe.he@windriver.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/qemu/qemu.inc')
-rw-r--r-- | meta/recipes-devtools/qemu/qemu.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-devtools/qemu/qemu.inc b/meta/recipes-devtools/qemu/qemu.inc index d2dd2bc9c1..3eeba6e3f3 100644 --- a/meta/recipes-devtools/qemu/qemu.inc +++ b/meta/recipes-devtools/qemu/qemu.inc | |||
@@ -22,6 +22,7 @@ SRC_URI = "https://download.qemu.org/${BPN}-${PV}.tar.xz \ | |||
22 | file://0007-apic-fixup-fallthrough-to-PIC.patch \ | 22 | file://0007-apic-fixup-fallthrough-to-PIC.patch \ |
23 | file://0008-linux-user-Fix-webkitgtk-hangs-on-32-bit-x86-target.patch \ | 23 | file://0008-linux-user-Fix-webkitgtk-hangs-on-32-bit-x86-target.patch \ |
24 | file://0009-Fix-webkitgtk-builds.patch \ | 24 | file://0009-Fix-webkitgtk-builds.patch \ |
25 | file://0010-configure-Add-pkg-config-handling-for-libgcrypt.patch \ | ||
25 | " | 26 | " |
26 | UPSTREAM_CHECK_REGEX = "qemu-(?P<pver>\d+(\.\d+)+)\.tar" | 27 | UPSTREAM_CHECK_REGEX = "qemu-(?P<pver>\d+(\.\d+)+)\.tar" |
27 | 28 | ||