summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorChen Qi <Qi.Chen@windriver.com>2022-03-29 20:08:45 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-03-31 17:52:58 +0100
commitadb7ff6a260e8e980ea815b4e75919868ef500e7 (patch)
tree539fb87ce166558ebcabf070a7e7580f9aff176d /scripts
parenta64ca37a138b0bdac6effcd611c76f1e1d9d585d (diff)
downloadpoky-adb7ff6a260e8e980ea815b4e75919868ef500e7.tar.gz
gobject-introspection: fix default search path for girdir
When running g-ir-scanner, we get the following error: Couldn't find include 'GObject-2.0.gir' (search path: '['/usr/lib64', 'gir-1.0', '/usr/local/share/gir-1.0', '/usr/share/gir-1.0', '/usr/share/gir-1.0', '/usr/share/gir-1.0']') This is because g-ir-tool-template.in is not setting girdir correctly. It's using the prefix instead of the actual girdir. Note that we don't get such error at do_rootfs time because the extra directories are speicified. But we will get such error at runtime when multilib is enabled. (From OE-Core rev: 4bc68b6a8187947516615e47f22a6b16d71c3b37) Signed-off-by: Chen Qi <Qi.Chen@windriver.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'scripts')
0 files changed, 0 insertions, 0 deletions