diff options
author | Ross Burton <ross.burton@intel.com> | 2015-08-18 22:12:49 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-08-24 23:46:54 +0100 |
commit | 1993c1fd6c2ca5848dae3b0e070c36ed249b4612 (patch) | |
tree | 6cd5a6c101fe7c2faf079edb5fdb164434a4d233 | |
parent | 9697c583b7a421be0d45bb60a34447de0c9ef74f (diff) | |
download | poky-1993c1fd6c2ca5848dae3b0e070c36ed249b4612.tar.gz |
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>
-rw-r--r-- | meta/recipes-gnome/json-glib/json-glib_1.0.4.bb | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/meta/recipes-gnome/json-glib/json-glib_1.0.4.bb b/meta/recipes-gnome/json-glib/json-glib_1.0.4.bb index 7ae1fee88c..2e6a908a1f 100644 --- a/meta/recipes-gnome/json-glib/json-glib_1.0.4.bb +++ b/meta/recipes-gnome/json-glib/json-glib_1.0.4.bb | |||
@@ -15,8 +15,6 @@ GNOME_COMPRESS_TYPE = "xz" | |||
15 | SRC_URI[archive.md5sum] = "3131b0417ecde3da1ae72acceaa375cf" | 15 | SRC_URI[archive.md5sum] = "3131b0417ecde3da1ae72acceaa375cf" |
16 | SRC_URI[archive.sha256sum] = "80f3593cb6bd13f1465828e46a9f740e2e9bd3cd2257889442b3e62bd6de05cd" | 16 | SRC_URI[archive.sha256sum] = "80f3593cb6bd13f1465828e46a9f740e2e9bd3cd2257889442b3e62bd6de05cd" |
17 | 17 | ||
18 | inherit gnome gettext lib_package | 18 | inherit gnomebase gettext lib_package |
19 | |||
20 | EXTRA_OECONF = "--disable-introspection" | ||
21 | 19 | ||
22 | BBCLASSEXTEND = "native" | 20 | BBCLASSEXTEND = "native" |