Lines Matching full:wrapper

37 # needed for writing out the qemu wrapper script
44 # Configure target build to use native tools of itself and to use a qemu wrapper
63 # Write out a qemu wrapper that will be given to gi-scanner so that it
81 …# Write out a wrapper for g-ir-scanner itself, which will be used when building introspection files
82 …# for glib-based packages. This wrapper calls the native version of the scanner, and tells it to u…
83 …# a qemu wrapper for running transient target binaries produced by the scanner, and an include dir…
85 cat > ${B}/g-ir-scanner-wrapper << EOF
90 …s-envvar=GIR_EXTRA_LIBS_PATH --use-binary-wrapper=${STAGING_BINDIR}/g-ir-scanner-qemuwrapper --use…
92 chmod +x ${B}/g-ir-scanner-wrapper
94 # Write out a wrapper for g-ir-compiler, which runs the target version of it through qemu.
96 cat > ${B}/g-ir-compiler-wrapper << EOF
100 chmod +x ${B}/g-ir-compiler-wrapper
102 # Write out a wrapper to use instead of ldd, which does not work when a binary is built
130 install ${B}/g-ir-scanner-wrapper ${D}${bindir}/
131 install ${B}/g-ir-compiler-wrapper ${D}${bindir}/
144 -e "s|g_ir_scanner=.*|g_ir_scanner=${bindir}/g-ir-scanner-wrapper|" \
145 -e "s|g_ir_compiler=.*|g_ir_compiler=${bindir}/g-ir-compiler-wrapper|" \
160 # Remove wrapper files from the package, only used for cross-compiling
164 rm -f ${PKGD}${bindir}/g-ir-scanner-wrapper
165 rm -f ${PKGD}${bindir}/g-ir-compiler-wrapper
169 SSTATE_SCAN_FILES += "g-ir-scanner-qemuwrapper g-ir-scanner-wrapper g-ir-compiler-wrapper g-ir-scan…