diff options
author | Paul Eggleton <paul.eggleton@linux.intel.com> | 2016-05-25 15:37:13 +1200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-05-30 15:58:10 +0100 |
commit | 2c7cf1370ec4d6a262d8a494390d7dbe1251f96c (patch) | |
tree | 8488337215db49490a6a227d0312055f66325f0e /meta/recipes-gnome | |
parent | 4dd7a01380a94f0156d985a48050e753d4b8f257 (diff) | |
download | poky-2c7cf1370ec4d6a262d8a494390d7dbe1251f96c.tar.gz |
gobject-introspection: set SUMMARY and HOMEPAGE
We should at least have SUMMARY set for all recipes in OE-Core, and
there's a reasonable HOMEPAGE in this case so use it.
(From OE-Core rev: 719a38d28b5ea364727239c66571dec083bc33c6)
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-gnome')
-rw-r--r-- | meta/recipes-gnome/gobject-introspection/gobject-introspection_1.46.0.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.46.0.bb b/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.46.0.bb index 861af5f20f..abc1bc76e0 100644 --- a/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.46.0.bb +++ b/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.46.0.bb | |||
@@ -1,4 +1,5 @@ | |||
1 | HOMEPAGE = "http://gnome.org" | 1 | SUMMARY = "Middleware layer between GObject-using C libraries and language bindings" |
2 | HOMEPAGE = "https://wiki.gnome.org/action/show/Projects/GObjectIntrospection" | ||
2 | BUGTRACKER = "https://bugzilla.gnome.org/" | 3 | BUGTRACKER = "https://bugzilla.gnome.org/" |
3 | SECTION = "libs" | 4 | SECTION = "libs" |
4 | LICENSE = "LGPLv2+ & GPLv2+" | 5 | LICENSE = "LGPLv2+ & GPLv2+" |