summaryrefslogtreecommitdiffstats
path: root/meta/recipes-gnome
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-gnome')
-rw-r--r--meta/recipes-gnome/gobject-introspection/gobject-introspection_1.58.2.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.58.2.bb b/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.58.2.bb
index 242899accc..d00f3bd344 100644
--- a/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.58.2.bb
+++ b/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.58.2.bb
@@ -76,7 +76,7 @@ do_configure_prepend_class-native() {
76do_configure_prepend_class-target() { 76do_configure_prepend_class-target() {
77 # Write out a qemu wrapper that will be given to gi-scanner so that it 77 # Write out a qemu wrapper that will be given to gi-scanner so that it
78 # can run target helper binaries through that. 78 # can run target helper binaries through that.
79 qemu_binary="${@qemu_wrapper_cmdline(d, '$STAGING_DIR_HOST', ['\$GIR_EXTRA_LIBS_PATH','.libs','$STAGING_DIR_HOST/${libdir}','$STAGING_DIR_HOST/${base_libdir}'])}" 79 qemu_binary="${@qemu_wrapper_cmdline(d, '$STAGING_DIR_HOST', ['\\$GIR_EXTRA_LIBS_PATH','.libs','$STAGING_DIR_HOST/${libdir}','$STAGING_DIR_HOST/${base_libdir}'])}"
80 cat > ${B}/g-ir-scanner-qemuwrapper << EOF 80 cat > ${B}/g-ir-scanner-qemuwrapper << EOF
81#!/bin/sh 81#!/bin/sh
82# Use a modules directory which doesn't exist so we don't load random things 82# Use a modules directory which doesn't exist so we don't load random things