diff options
Diffstat (limited to 'meta/classes/gobject-introspection.bbclass')
-rw-r--r-- | meta/classes/gobject-introspection.bbclass | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/meta/classes/gobject-introspection.bbclass b/meta/classes/gobject-introspection.bbclass index 8cd7b7ed50..37389cbc8b 100644 --- a/meta/classes/gobject-introspection.bbclass +++ b/meta/classes/gobject-introspection.bbclass | |||
@@ -24,11 +24,6 @@ DEPENDS_append_class-target = " gobject-introspection gobject-introspection-nati | |||
24 | DEPENDS_append_class-native = " gobject-introspection-native" | 24 | DEPENDS_append_class-native = " gobject-introspection-native" |
25 | DEPENDS_append_class-nativesdk = " gobject-introspection-native" | 25 | DEPENDS_append_class-nativesdk = " gobject-introspection-native" |
26 | 26 | ||
27 | # This is necessary for python scripts to succeed - distutils fails if these | ||
28 | # are not set | ||
29 | export STAGING_INCDIR | ||
30 | export STAGING_LIBDIR | ||
31 | |||
32 | # This is used by introspection tools to find .gir includes | 27 | # This is used by introspection tools to find .gir includes |
33 | export XDG_DATA_DIRS = "${STAGING_DATADIR}" | 28 | export XDG_DATA_DIRS = "${STAGING_DATADIR}" |
34 | 29 | ||