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

g-ir-scanner --use-binary-wrapper=/export/home01/buildbot_yocto/worker/morty_eotdrv2/build/eotdrv2/tmp/sysroots/eotdrv2/usr/bin/g-ir-scanner-qemuwrapper --use-ldd-wrapper=/export/home01/buildbot_yocto/worker/morty_eotdrv2/build/eotdrv2/tmp/sysroots/eotdrv2/usr/bin/g-ir-scanner-lddwrapper --add-include-path=/export/home01/buildbot_yocto/worker/morty_eotdrv2/build/eotdrv2/tmp/sysroots/eotdrv2/usr/share/gir-1.0 "$@"
