mirror of
https://git.yoctoproject.org/poky
synced 2026-04-29 09:32:11 +02:00
While we are upgrading let's refresh patches and remove the outdated patches. (From OE-Core rev: ca276b77904429a1ff3188d2373535a462afe266) Signed-off-by: Alistair Francis <alistair.francis@wdc.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
17 lines
454 B
PHP
17 lines
454 B
PHP
inherit native
|
|
|
|
require qemu.inc
|
|
|
|
SRC_URI_append = " \
|
|
file://0012-fix-libcap-header-issue-on-some-distro.patch \
|
|
file://0013-cpus.c-Add-error-messages-when-qemi_cpu_kick_thread-.patch \
|
|
"
|
|
|
|
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)}
|
|
}
|