mirror of
https://git.yoctoproject.org/poky
synced 2026-05-05 07:39:49 +02:00
This commit upgrade QEMU to the latest 4.0.0 release.
- The COPYING.LIB file has changed SHA to:
"Synchronize the LGPL 2.1 with the version from gnu.org"
- SDL 1.2 has been removed, along with the --with-sdlabi command line
arg
- The backported patches have been removed
- Al the other patches have been refreshed and the numbering has been
updated
(From OE-Core rev: fed2a0f37a76732cd3de1b127d6902fb16dd4e05)
Signed-off-by: Alistair Francis <alistair.francis@wdc.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
18 lines
498 B
PHP
18 lines
498 B
PHP
inherit native
|
|
|
|
require qemu.inc
|
|
|
|
SRC_URI_append = " \
|
|
file://0011-fix-libcap-header-issue-on-some-distro.patch \
|
|
file://0012-cpus.c-Add-error-messages-when-qemi_cpu_kick_thread-.patch \
|
|
"
|
|
EXTRA_OECONF_append = " --python=python2.7"
|
|
|
|
EXTRA_OEMAKE_append = " LD='${LD}' AR='${AR}' OBJCOPY='${OBJCOPY}' LDFLAGS='${LDFLAGS}'"
|
|
|
|
LDFLAGS_append = " -fuse-ld=bfd"
|
|
|
|
do_install_append() {
|
|
${@bb.utils.contains('PACKAGECONFIG', 'gtk+', 'make_qemu_wrapper', '', d)}
|
|
}
|