json-glib: inherit gnomebase instead of gnome

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.

(From OE-Core rev: 14052535a8d5f137e22439f33aad73bc4b777d58)

Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Ross Burton 2015-08-18 22:12:49 +01:00 committed by Richard Purdie
parent 9697c583b7
commit 1993c1fd6c
1 changed files with 1 additions and 3 deletions

View 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"