mirror of
https://git.yoctoproject.org/poky
synced 2026-02-20 08:29:42 +01:00
gobject-introspection.bbclass: add libdir to XDG_DATA_DIRS
Otherwise .gir files installed in the sysroot will not be found when multilib is in use (multilib configurations use libdir rather than datadir). (From OE-Core rev: cfae171964ba85298d883e70635324a33b8539ac) Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
a72b52b405
commit
185f1d99fd
@@ -25,7 +25,7 @@ DEPENDS_append_class-native = " gobject-introspection-native"
|
||||
DEPENDS_append_class-nativesdk = " gobject-introspection-native"
|
||||
|
||||
# This is used by introspection tools to find .gir includes
|
||||
export XDG_DATA_DIRS = "${STAGING_DATADIR}"
|
||||
export XDG_DATA_DIRS = "${STAGING_DATADIR}:${STAGING_LIBDIR}"
|
||||
|
||||
do_configure_prepend_class-target () {
|
||||
# introspection.m4 pre-packaged with upstream tarballs does not yet
|
||||
|
||||
Reference in New Issue
Block a user