blob: 4373ad9e63af396cd320f8659c16ddb438c2bda2 [file] [log] [blame]
Brad Bishop19323692019-04-05 15:28:33 -04001inherit native
2
3require qemu.inc
4
5SRC_URI_append = " \
6 file://0012-fix-libcap-header-issue-on-some-distro.patch \
7 file://0013-cpus.c-Add-error-messages-when-qemi_cpu_kick_thread-.patch \
8 "
9EXTRA_OECONF_append = " --python=python2.7"
10
11EXTRA_OEMAKE_append = " LD='${LD}' AR='${AR}' OBJCOPY='${OBJCOPY}' LDFLAGS='${LDFLAGS}'"
12
13LDFLAGS_append = " -fuse-ld=bfd"
14
15do_install_append() {
16 ${@bb.utils.contains('PACKAGECONFIG', 'gtk+', 'make_qemu_wrapper', '', d)}
17}