diff options
| author | Alexander Kanavin <alexander.kanavin@linux.intel.com> | 2016-03-09 17:02:05 +0200 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-03-12 22:11:45 +0000 |
| commit | 7bd32b9ce6436315d6e44e186aeeb4bb8708559c (patch) | |
| tree | ec51097cebe1e67822329da10bd8cefc5e230923 /meta/recipes-gnome/json-glib | |
| parent | efd37c5d39824591ce070872e97641054191eecb (diff) | |
| download | poky-7bd32b9ce6436315d6e44e186aeeb4bb8708559c.tar.gz | |
recipes-gnome: fix introspection support
(From OE-Core rev: 1011ce60412b17e4a1d2293dabe76027547429f7)
Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-gnome/json-glib')
| -rw-r--r-- | meta/recipes-gnome/json-glib/json-glib_1.0.4.bb | 2 |
1 files changed, 1 insertions, 1 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 4908ac08a7..3ce38cec55 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 | |||
| @@ -13,6 +13,6 @@ DEPENDS = "glib-2.0" | |||
| 13 | SRC_URI[archive.md5sum] = "3131b0417ecde3da1ae72acceaa375cf" | 13 | SRC_URI[archive.md5sum] = "3131b0417ecde3da1ae72acceaa375cf" |
| 14 | SRC_URI[archive.sha256sum] = "80f3593cb6bd13f1465828e46a9f740e2e9bd3cd2257889442b3e62bd6de05cd" | 14 | SRC_URI[archive.sha256sum] = "80f3593cb6bd13f1465828e46a9f740e2e9bd3cd2257889442b3e62bd6de05cd" |
| 15 | 15 | ||
| 16 | inherit gnomebase gettext lib_package | 16 | inherit gnomebase gettext lib_package gobject-introspection |
| 17 | 17 | ||
| 18 | BBCLASSEXTEND = "native" | 18 | BBCLASSEXTEND = "native" |
