#!/bin/sh
# This prevents g-ir-scanner from writing cache data to /home/xbrbbot
export GI_SCANNER_DISABLE_CACHE=1

g-ir-scanner --use-binary-wrapper=/scratch/petalinux-yocto/yocto_sdk_full_2017.3/build/tmp/sysroots/zynqmp-generic/usr/bin/g-ir-scanner-qemuwrapper --use-ldd-wrapper=/scratch/petalinux-yocto/yocto_sdk_full_2017.3/build/tmp/sysroots/zynqmp-generic/usr/bin/g-ir-scanner-lddwrapper --add-include-path=/scratch/petalinux-yocto/yocto_sdk_full_2017.3/build/tmp/sysroots/zynqmp-generic/usr/share/gir-1.0 "$@"
