diff options
author | Martin Jansa <martin.jansa@gmail.com> | 2017-02-21 19:55:26 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-03-01 12:54:19 +0000 |
commit | c0ab96a7b7d2c41167e2ad79be76f6eec2b6ebb5 (patch) | |
tree | 7e2b28d5d7f4032de3aefafd3e506cc41440b8f7 /meta/recipes-devtools/qemu/qemu_2.8.0.bb | |
parent | 1e8fc70596e27edca428dd78b8095e6b76aa8e58 (diff) | |
download | openembedded-core-c0ab96a7b7d2c41167e2ad79be76f6eec2b6ebb5.tar.gz openembedded-core-c0ab96a7b7d2c41167e2ad79be76f6eec2b6ebb5.tar.bz2 openembedded-core-c0ab96a7b7d2c41167e2ad79be76f6eec2b6ebb5.zip |
qemu: fix build with glibc-2.25
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'meta/recipes-devtools/qemu/qemu_2.8.0.bb')
-rw-r--r-- | meta/recipes-devtools/qemu/qemu_2.8.0.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-devtools/qemu/qemu_2.8.0.bb b/meta/recipes-devtools/qemu/qemu_2.8.0.bb index f25aa467e5..ce475e02cb 100644 --- a/meta/recipes-devtools/qemu/qemu_2.8.0.bb +++ b/meta/recipes-devtools/qemu/qemu_2.8.0.bb @@ -9,6 +9,7 @@ SRC_URI += "file://configure-fix-Darwin-target-detection.patch \ file://pathlimit.patch \ file://qemu-2.5.0-cflags.patch \ file://target-ppc-fix-user-mode.patch \ + file://glibc-2.25.patch \ " SRC_URI += " \ |