Re: [OE-core] [PATCH] gobject-introspection.bbclass: disable introspection for -native recipes

2016-05-04 Thread Burton, Ross
On 2 May 2016 at 13:17, Alexander Kanavin wrote: > -EXTRA_OECONF_prepend = "${@bb.utils.contains('GI_DATA_ENABLED', 'True', > '--enable-introspection', '--disable-introspection', d)} " > +EXTRA_OECONF_prepend_class-target = > "${@bb.utils.contains('GI_DATA_ENABLED', 'True', '--enable-introspectio

[OE-core] [PATCH] gobject-introspection.bbclass: disable introspection for -native recipes

2016-05-02 Thread Alexander Kanavin
It is not necessary for native, adds to the build time, and pulls in the unneeded qemu-native dependency. Signed-off-by: Alexander Kanavin --- meta/classes/gobject-introspection.bbclass | 12 ++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/meta/classes/gobject-introsp