diff options
author | Ross Burton <ross.burton@intel.com> | 2019-07-12 00:54:31 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-07-15 09:30:00 +0100 |
commit | d19cbe3af5b104e4d11bf91e62c2ce8a508e2565 (patch) | |
tree | 094eb52012f56fc9a5612fc4ab28e40f5dd1a8fa /meta/recipes-devtools/qemu/qemu-native.inc | |
parent | e79615e786dd2e54e71ef8a6450ef785a8b471dd (diff) | |
download | poky-d19cbe3af5b104e4d11bf91e62c2ce8a508e2565.tar.gz |
qemu: use Python 3 to build
As part of the mission to remove the use of Python 2, explicitly use Python 3
when building qemu.
(From OE-Core rev: 9b3ed6f7ab8bf56a05a074162ed37ead12f248cf)
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-native.inc')
-rw-r--r-- | meta/recipes-devtools/qemu/qemu-native.inc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/meta/recipes-devtools/qemu/qemu-native.inc b/meta/recipes-devtools/qemu/qemu-native.inc index 34ab8e6401..c04297cad0 100644 --- a/meta/recipes-devtools/qemu/qemu-native.inc +++ b/meta/recipes-devtools/qemu/qemu-native.inc | |||
@@ -6,7 +6,6 @@ SRC_URI_append = " \ | |||
6 | file://0011-fix-libcap-header-issue-on-some-distro.patch \ | 6 | file://0011-fix-libcap-header-issue-on-some-distro.patch \ |
7 | file://0012-cpus.c-Add-error-messages-when-qemi_cpu_kick_thread-.patch \ | 7 | file://0012-cpus.c-Add-error-messages-when-qemi_cpu_kick_thread-.patch \ |
8 | " | 8 | " |
9 | EXTRA_OECONF_append = " --python=python2.7" | ||
10 | 9 | ||
11 | EXTRA_OEMAKE_append = " LD='${LD}' AR='${AR}' OBJCOPY='${OBJCOPY}' LDFLAGS='${LDFLAGS}'" | 10 | EXTRA_OEMAKE_append = " LD='${LD}' AR='${AR}' OBJCOPY='${OBJCOPY}' LDFLAGS='${LDFLAGS}'" |
12 | 11 | ||