From e501e87b847d915e97b11d966b5781059daaf362 Mon Sep 17 00:00:00 2001 From: Meh Mbeh Ida Delphine Date: Mon, 1 Mar 2021 14:57:33 +0100 Subject: recipes-gnome: Add missing HOMEPAGE and DESCRIPTION for recipes Fixes: [YOCTO #13471] Signed-off-by: Ida Delphine Signed-off-by: Richard Purdie --- meta/recipes-gnome/libhandy/libhandy_1.0.3.bb | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'meta/recipes-gnome/libhandy/libhandy_1.0.3.bb') diff --git a/meta/recipes-gnome/libhandy/libhandy_1.0.3.bb b/meta/recipes-gnome/libhandy/libhandy_1.0.3.bb index f2b9ebf140..a53a1388f9 100644 --- a/meta/recipes-gnome/libhandy/libhandy_1.0.3.bb +++ b/meta/recipes-gnome/libhandy/libhandy_1.0.3.bb @@ -1,4 +1,11 @@ SUMMARY = "A library full of GTK+ widgets for mobile phones" +DESCRIPTION = "Library with GTK widgets for mobile phones. Libhandy provides \ +GTK widgets and GObjects to ease developing applications for mobile phones. \ +It was developed by Purism (and used by several official GNOME projects) \ +to extend Gtk by providing mobile-friendly widgets and make the creation of \ +responsive apps easier." +HOMEPAGE = "https://gitlab.gnome.org/GNOME/libhandy" +BUGTRACKER = "https://gitlab.gnome.org/GNOME/libhandy/-/issues" LICENSE = "LGPLv2.1" LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c" -- cgit 1.2.3-korg