summaryrefslogtreecommitdiffstats
path: root/meta/recipes-gnome/libhandy
diff options
context:
space:
mode:
authorMeh Mbeh Ida Delphine <idadelm@gmail.com>2021-03-01 14:57:33 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-03-02 20:39:35 +0000
commit30f694fec7f47264ec20086c45a3de5fbc55842e (patch)
treee405f6b7afcee2e8cfbb8c3ae4a363a79968a61a /meta/recipes-gnome/libhandy
parentd53dddd7ca22c68f0b8ae010c38b330aa7a4bc15 (diff)
downloadpoky-30f694fec7f47264ec20086c45a3de5fbc55842e.tar.gz
recipes-gnome: Add missing HOMEPAGE and DESCRIPTION for recipes
Fixes: [YOCTO #13471] (From OE-Core rev: e501e87b847d915e97b11d966b5781059daaf362) Signed-off-by: Ida Delphine <idadelm@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-gnome/libhandy')
-rw-r--r--meta/recipes-gnome/libhandy/libhandy_1.0.3.bb7
1 files changed, 7 insertions, 0 deletions
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 @@
1SUMMARY = "A library full of GTK+ widgets for mobile phones" 1SUMMARY = "A library full of GTK+ widgets for mobile phones"
2DESCRIPTION = "Library with GTK widgets for mobile phones. Libhandy provides \
3GTK widgets and GObjects to ease developing applications for mobile phones. \
4It was developed by Purism (and used by several official GNOME projects) \
5to extend Gtk by providing mobile-friendly widgets and make the creation of \
6responsive apps easier."
7HOMEPAGE = "https://gitlab.gnome.org/GNOME/libhandy"
8BUGTRACKER = "https://gitlab.gnome.org/GNOME/libhandy/-/issues"
2LICENSE = "LGPLv2.1" 9LICENSE = "LGPLv2.1"
3LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c" 10LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c"
4 11