summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/qemu/qemu_2.7.0.bb
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2017-09-06 16:13:14 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-09-06 16:53:39 +0100
commit17597d2213c113a73406b20fe843dad6f284c38b (patch)
tree284ada0baf9bd810cf06582500c638d60c254037 /meta/recipes-devtools/qemu/qemu_2.7.0.bb
parent38613fdacf8e0699229811c870f3f7bf317ef32a (diff)
downloadpoky-17597d2213c113a73406b20fe843dad6f284c38b.tar.gz
qemu: Backport a patch for recent glibc versions
This fixes compile failures of qemu-native with new versions of glibc. Patch is taken from upstream. (From OE-Core rev: b1b7a46f0febe7ac17ec46ecdf88b4120a7d75c4) 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 cef181dcea..85aadecf09 100644
--- a/meta/recipes-devtools/qemu/qemu_2.7.0.bb
+++ b/meta/recipes-devtools/qemu/qemu_2.7.0.bb
@@ -13,6 +13,7 @@ SRC_URI += "file://configure-fix-Darwin-target-detection.patch \
13 file://0002-fix-CVE-2016-7423.patch \ 13 file://0002-fix-CVE-2016-7423.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" 17"
17 18
18SRC_URI_prepend = "http://wiki.qemu-project.org/download/${BP}.tar.bz2" 19SRC_URI_prepend = "http://wiki.qemu-project.org/download/${BP}.tar.bz2"