From: Paul Eggleton Date: Wed, 4 May 2016 03:09:48 +0000 (+1200) Subject: gobject-introspection: set SUMMARY and HOMEPAGE X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1a45fac17947bdaab1570f2c6929a582cf90faa8;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git 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 --- 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 861af5f20ff..abc1bc76e06 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+"