]> code.ossystems Code Review - openembedded-core.git/commitdiff
json-glib: inherit gnomebase instead of gnome
authorRoss Burton <ross.burton@intel.com>
Tue, 18 Aug 2015 21:12:49 +0000 (22:12 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 24 Aug 2015 22:43:24 +0000 (23:43 +0100)
There's no need to inherit gnome as it pulls in spurious dependencies for a
non-graphical library, so just inherit gnomebase.

Also remove the --disable-introspection option as gnomebase already does that.

Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/recipes-gnome/json-glib/json-glib_1.0.4.bb

index 7ae1fee88c3eab4117f64537264cceb621730c78..2e6a908a1f04c2c704e2629950fad2b7e614394e 100644 (file)
@@ -15,8 +15,6 @@ GNOME_COMPRESS_TYPE = "xz"
 SRC_URI[archive.md5sum] = "3131b0417ecde3da1ae72acceaa375cf"
 SRC_URI[archive.sha256sum] = "80f3593cb6bd13f1465828e46a9f740e2e9bd3cd2257889442b3e62bd6de05cd"
 
-inherit gnome gettext lib_package
-
-EXTRA_OECONF = "--disable-introspection"
+inherit gnomebase gettext lib_package
 
 BBCLASSEXTEND = "native"