summaryrefslogtreecommitdiffstats
path: root/meta/classes-recipe/gobject-introspection-data.bbclass
diff options
context:
space:
mode:
Diffstat (limited to 'meta/classes-recipe/gobject-introspection-data.bbclass')
-rw-r--r--meta/classes-recipe/gobject-introspection-data.bbclass5
1 files changed, 0 insertions, 5 deletions
diff --git a/meta/classes-recipe/gobject-introspection-data.bbclass b/meta/classes-recipe/gobject-introspection-data.bbclass
index 7f522a1ed3..aa04c70ca6 100644
--- a/meta/classes-recipe/gobject-introspection-data.bbclass
+++ b/meta/classes-recipe/gobject-introspection-data.bbclass
@@ -11,8 +11,3 @@
# so that qemu use can be avoided when necessary.
GI_DATA_ENABLED ?= "${@bb.utils.contains('DISTRO_FEATURES', 'gobject-introspection-data', \
bb.utils.contains('MACHINE_FEATURES', 'qemu-usermode', 'True', 'False', d), 'False', d)}"
-
-do_compile:prepend() {
- # This prevents g-ir-scanner from writing cache data to $HOME
- export GI_SCANNER_DISABLE_CACHE=1
-}