diff options
| author | Alexander Kanavin <alex.kanavin@gmail.com> | 2021-05-13 22:56:22 +0200 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-05-14 07:57:28 +0100 |
| commit | 74fbe5578a23de88155b207f241f77e20093bcbd (patch) | |
| tree | 4ad32ca23b861d86762c448f87b6b6140f5699c1 /meta/recipes-devtools/qemu/qemu.inc | |
| parent | 2077235f35e1b7c63f6f5f741f9d7da4d88db734 (diff) | |
| download | poky-74fbe5578a23de88155b207f241f77e20093bcbd.tar.gz | |
qemu: backport a patch to fix meson 0.58 builds
(From OE-Core rev: fe6889ed05edf2f1e4ac7b06debd4cc43ebb9607)
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.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 82d1cb5566..74c53c6309 100644 --- a/meta/recipes-devtools/qemu/qemu.inc +++ b/meta/recipes-devtools/qemu/qemu.inc | |||
| @@ -57,6 +57,7 @@ SRC_URI = "https://download.qemu.org/${BPN}-${PV}.tar.xz \ | |||
| 57 | file://CVE-2020-27821.patch \ | 57 | file://CVE-2020-27821.patch \ |
| 58 | file://CVE-2021-20263.patch \ | 58 | file://CVE-2021-20263.patch \ |
| 59 | file://CVE-2021-3392.patch \ | 59 | file://CVE-2021-3392.patch \ |
| 60 | file://0001-configure-fix-detection-of-gdbus-codegen.patch \ | ||
| 60 | " | 61 | " |
| 61 | UPSTREAM_CHECK_REGEX = "qemu-(?P<pver>\d+(\.\d+)+)\.tar" | 62 | UPSTREAM_CHECK_REGEX = "qemu-(?P<pver>\d+(\.\d+)+)\.tar" |
| 62 | 63 | ||
