diff options
Diffstat (limited to 'meta/recipes-gnome')
-rw-r--r-- | meta/recipes-gnome/gobject-introspection/gobject-introspection_1.64.1.bb | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.64.1.bb b/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.64.1.bb index 7eefdd3e27..4d80f00e10 100644 --- a/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.64.1.bb +++ b/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.64.1.bb | |||
@@ -131,6 +131,11 @@ do_compile_prepend() { | |||
131 | export GIR_EXTRA_LIBS_PATH=$B/.libs | 131 | export GIR_EXTRA_LIBS_PATH=$B/.libs |
132 | } | 132 | } |
133 | 133 | ||
134 | do_install_prepend() { | ||
135 | # This prevents g-ir-scanner from writing cache data to $HOME | ||
136 | export GI_SCANNER_DISABLE_CACHE=1 | ||
137 | } | ||
138 | |||
134 | # Our wrappers need to be available system-wide, because they will be used | 139 | # Our wrappers need to be available system-wide, because they will be used |
135 | # to build introspection files for all other gobject-based packages | 140 | # to build introspection files for all other gobject-based packages |
136 | do_install_append_class-target() { | 141 | do_install_append_class-target() { |