summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/qemu/qemu_2.7.0.bb
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@intel.com>2018-04-04 12:33:31 +0300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-04-04 11:06:56 +0100
commit7eb4e0147316f7bdc773d85bfc9978aaf8cc4be9 (patch)
tree48a53c85e225ff6822d10209de4c858b02e8a6a1 /meta/recipes-devtools/qemu/qemu_2.7.0.bb
parent6e9e5dddb1288b5af1bf5e443c859ddf8f38772b (diff)
downloadpoky-7eb4e0147316f7bdc773d85bfc9978aaf8cc4be9.tar.gz
qemu: fix memfd_create with glibc 2.27
glibc 2.27 has added memfd_create() but this conflicts with a copy in qemu, so take a patch from upstream to fix building with glibc 2.27. (From OE-Core rev: 1efb8527691b59c62709bb2788f4fcf6452e267d) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/qemu/qemu_2.7.0.bb')
-rw-r--r--meta/recipes-devtools/qemu/qemu_2.7.0.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-devtools/qemu/qemu_2.7.0.bb b/meta/recipes-devtools/qemu/qemu_2.7.0.bb
index 85aadecf09..65ae539dc4 100644
--- a/meta/recipes-devtools/qemu/qemu_2.7.0.bb
+++ b/meta/recipes-devtools/qemu/qemu_2.7.0.bb
@@ -14,6 +14,7 @@ SRC_URI += "file://configure-fix-Darwin-target-detection.patch \
14 file://0003-fix-CVE-2016-7908.patch \ 14 file://0003-fix-CVE-2016-7908.patch \
15 file://0004-fix-CVE-2016-7909.patch \ 15 file://0004-fix-CVE-2016-7909.patch \
16 file://04b33e21866412689f18b7ad6daf0a54d8f959a7.patch \ 16 file://04b33e21866412689f18b7ad6daf0a54d8f959a7.patch \
17 file://memfd.patch \
17" 18"
18 19
19SRC_URI_prepend = "http://wiki.qemu-project.org/download/${BP}.tar.bz2" 20SRC_URI_prepend = "http://wiki.qemu-project.org/download/${BP}.tar.bz2"