g-ir-scanner-wrapper 512 B

12345
  1. #!/bin/sh
  2. # This prevents g-ir-scanner from writing cache data to /home/gtbldadm
  3. export GI_SCANNER_DISABLE_CACHE=1
  4. g-ir-scanner --use-binary-wrapper=/oe/bld/build-CORTEX_1/arago-tmp-external-linaro-toolchain/sysroots/am335x-evm/usr/bin/g-ir-scanner-qemuwrapper --use-ldd-wrapper=/oe/bld/build-CORTEX_1/arago-tmp-external-linaro-toolchain/sysroots/am335x-evm/usr/bin/g-ir-scanner-lddwrapper --add-include-path=/oe/bld/build-CORTEX_1/arago-tmp-external-linaro-toolchain/sysroots/am335x-evm/usr/share/gir-1.0 "$@"