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 09:30:30 +0100 |
commit | 719a38d28b5ea364727239c66571dec083bc33c6 (patch) | |
tree | 7ff6a1ec346b64070c1784a57cd73332b76b9c1b /meta/recipes-gnome | |
parent | 82cf96ad1a1e27324a281ca952e11d5b1ffd611e (diff) | |
download | openembedded-core-719a38d28b5ea364727239c66571dec083bc33c6.tar.gz openembedded-core-719a38d28b5ea364727239c66571dec083bc33c6.tar.bz2 openembedded-core-719a38d28b5ea364727239c66571dec083bc33c6.zip |
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.
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
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 @@ -HOMEPAGE = "http://gnome.org" +SUMMARY = "Middleware layer between GObject-using C libraries and language bindings" +HOMEPAGE = "https://wiki.gnome.org/action/show/Projects/GObjectIntrospection" BUGTRACKER = "https://bugzilla.gnome.org/" SECTION = "libs" LICENSE = "LGPLv2+ & GPLv2+" |