diff options
Diffstat (limited to 'meta/recipes-devtools')
-rw-r--r-- | meta/recipes-devtools/qemu/qemu.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/qemu/qemu.inc b/meta/recipes-devtools/qemu/qemu.inc index 383cc64762..0e1411af64 100644 --- a/meta/recipes-devtools/qemu/qemu.inc +++ b/meta/recipes-devtools/qemu/qemu.inc | |||
@@ -29,7 +29,7 @@ EXTRA_OECONF = " \ | |||
29 | --with-system-pixman \ | 29 | --with-system-pixman \ |
30 | --extra-cflags='${CFLAGS}' \ | 30 | --extra-cflags='${CFLAGS}' \ |
31 | " | 31 | " |
32 | EXTRA_OECONF_append_class-native = " --python=${USRBINPATH}/python2" | 32 | EXTRA_OECONF_append_class-native = " --python=${USRBINPATH}/python2.7" |
33 | 33 | ||
34 | EXTRA_OEMAKE_append_class-native = " LD='${LD}' AR='${AR}' OBJCOPY='${OBJCOPY}' LDFLAGS='${LDFLAGS}'" | 34 | EXTRA_OEMAKE_append_class-native = " LD='${LD}' AR='${AR}' OBJCOPY='${OBJCOPY}' LDFLAGS='${LDFLAGS}'" |
35 | 35 | ||