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 23:27:07 +0000 |
commit | 6c23b6c5866ed952f004ff7cae24a905713b2641 (patch) | |
tree | 63383792b7b3c44ddfc49ed662d9d2e4cbf458bc /meta/recipes-devtools/qemu/qemu_2.8.0.bb | |
parent | 584761577bc819ec45c2c8d86ff8d29748f9a051 (diff) | |
download | poky-6c23b6c5866ed952f004ff7cae24a905713b2641.tar.gz |
qemu: fix build with glibc-2.25
(From OE-Core rev: c0ab96a7b7d2c41167e2ad79be76f6eec2b6ebb5)
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
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 \ | |||
9 | file://pathlimit.patch \ | 9 | file://pathlimit.patch \ |
10 | file://qemu-2.5.0-cflags.patch \ | 10 | file://qemu-2.5.0-cflags.patch \ |
11 | file://target-ppc-fix-user-mode.patch \ | 11 | file://target-ppc-fix-user-mode.patch \ |
12 | file://glibc-2.25.patch \ | ||
12 | " | 13 | " |
13 | 14 | ||
14 | SRC_URI += " \ | 15 | SRC_URI += " \ |