mirror of
https://git.yoctoproject.org/poky
synced 2026-04-27 03:32:12 +02:00
This is the result of automated script conversion: scripts/contrib/convert-overrides.py <oe-core directory> converting the metadata to use ":" as the override character instead of "_". (From OE-Core rev: 42344347be29f0997cc2f7636d9603b1fe1875ae) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
12 lines
262 B
PHP
12 lines
262 B
PHP
require qemu.inc
|
|
|
|
inherit native
|
|
|
|
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)}
|
|
}
|