summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/qemu/qemu_2.7.0.bb
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@intel.com>2018-03-19 17:58:56 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-04-05 15:13:48 +0100
commit6026ef7fadf605acc52b6644bef79f148820357e (patch)
treeb6cb213f2e615f003ded306e3ea75901e68f68a7 /meta/recipes-devtools/qemu/qemu_2.7.0.bb
parentafa57d3bc928655986d35c7c99c011c6d71932dd (diff)
downloadpoky-6026ef7fadf605acc52b6644bef79f148820357e.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: da02349c540a8e17073fef8f3ca3ea8c796d6ade) 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: Armin Kuster <akuster808@gmail.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"