summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/qemu/qemu.inc
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-devtools/qemu/qemu.inc')
-rw-r--r--meta/recipes-devtools/qemu/qemu.inc2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-devtools/qemu/qemu.inc b/meta/recipes-devtools/qemu/qemu.inc
index 32379708e4..dfe17eed8b 100644
--- a/meta/recipes-devtools/qemu/qemu.inc
+++ b/meta/recipes-devtools/qemu/qemu.inc
@@ -77,6 +77,8 @@ export LIBTOOL="${HOST_SYS}-libtool"
77 77
78B = "${WORKDIR}/build" 78B = "${WORKDIR}/build"
79 79
80EXTRA_OECONF_append = " --python=${HOSTTOOLS_DIR}/python3"
81
80do_configure_prepend_class-native() { 82do_configure_prepend_class-native() {
81 # Append build host pkg-config paths for native target since the host may provide sdl 83 # Append build host pkg-config paths for native target since the host may provide sdl
82 BHOST_PKGCONFIG_PATH=$(PATH=/usr/bin:/bin pkg-config --variable pc_path pkg-config || echo "") 84 BHOST_PKGCONFIG_PATH=$(PATH=/usr/bin:/bin pkg-config --variable pc_path pkg-config || echo "")