diff options
Diffstat (limited to 'meta')
-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 2a1d14b31b..dc73df813a 100644 --- a/meta/recipes-devtools/qemu/qemu.inc +++ b/meta/recipes-devtools/qemu/qemu.inc | |||
@@ -28,7 +28,7 @@ EXTRA_OECONF = " \ | |||
28 | --target-list=${@get_qemu_target_list(d)} \ | 28 | --target-list=${@get_qemu_target_list(d)} \ |
29 | --extra-cflags='${CFLAGS}' \ | 29 | --extra-cflags='${CFLAGS}' \ |
30 | " | 30 | " |
31 | EXTRA_OECONF_append_class-native = " --python=${USRBINPATH}/python2.7" | 31 | EXTRA_OECONF_append_class-native = " --python=python2.7" |
32 | 32 | ||
33 | EXTRA_OEMAKE_append_class-native = " LD='${LD}' AR='${AR}' OBJCOPY='${OBJCOPY}' LDFLAGS='${LDFLAGS}'" | 33 | EXTRA_OEMAKE_append_class-native = " LD='${LD}' AR='${AR}' OBJCOPY='${OBJCOPY}' LDFLAGS='${LDFLAGS}'" |
34 | 34 | ||