diff options
author | Maxime Roussin-Bélanger <maxime.roussinbelanger@gmail.com> | 2019-10-23 14:33:57 -0400 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-10-28 05:31:41 +0000 |
commit | e7bf9c976cc07b687f1ac7636f9f5a595948dfe7 (patch) | |
tree | e8e6b7e7dce83b886108f4aea4daf72360896654 /meta/recipes-gnome/json-glib/json-glib_1.4.4.bb | |
parent | 13bfb2b869520962b163ba24550f8a5ed40cbf2c (diff) | |
download | poky-e7bf9c976cc07b687f1ac7636f9f5a595948dfe7.tar.gz |
meta: update and add missing homepage/bugtracker links
(From OE-Core rev: 9e5089dac1ae8277263ec3dced1fb1633ba98e57)
Signed-off-by: Maxime Roussin-Bélanger <maxime.roussinbelanger@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-gnome/json-glib/json-glib_1.4.4.bb')
-rw-r--r-- | meta/recipes-gnome/json-glib/json-glib_1.4.4.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/recipes-gnome/json-glib/json-glib_1.4.4.bb b/meta/recipes-gnome/json-glib/json-glib_1.4.4.bb index 1c663f93e1..5143d73ed7 100644 --- a/meta/recipes-gnome/json-glib/json-glib_1.4.4.bb +++ b/meta/recipes-gnome/json-glib/json-glib_1.4.4.bb | |||
@@ -3,7 +3,8 @@ DESCRIPTION = "Use JSON-GLib it is possible to parse and generate valid JSON\ | |||
3 | data structures, using a DOM-like API. JSON-GLib also offers GObject \ | 3 | data structures, using a DOM-like API. JSON-GLib also offers GObject \ |
4 | integration, providing the ability to serialize and deserialize GObject \ | 4 | integration, providing the ability to serialize and deserialize GObject \ |
5 | instances to and from JSON data types." | 5 | instances to and from JSON data types." |
6 | HOMEPAGE = "http://live.gnome.org/JsonGlib" | 6 | HOMEPAGE = "https://wiki.gnome.org/Projects/JsonGlib" |
7 | BUGTRACKER = "https://gitlab.gnome.org/GNOME/json-glib/issues" | ||
7 | 8 | ||
8 | LICENSE = "LGPLv2.1" | 9 | LICENSE = "LGPLv2.1" |
9 | LIC_FILES_CHKSUM = "file://COPYING;md5=7fbc338309ac38fefcd64b04bb903e34" | 10 | LIC_FILES_CHKSUM = "file://COPYING;md5=7fbc338309ac38fefcd64b04bb903e34" |