diff options
author | Meh Mbeh Ida Delphine <idadelm@gmail.com> | 2021-03-01 14:57:33 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-03-18 21:20:24 +0000 |
commit | 1b4969ae59d87712335af87b43dee86b817df5a9 (patch) | |
tree | 592bdfd7586a109caeb5ef14af8d1d6b08625518 /meta/recipes-gnome/epiphany | |
parent | b22b47364254d6581ac0380fe245370e873c2d5a (diff) | |
download | poky-1b4969ae59d87712335af87b43dee86b817df5a9.tar.gz |
recipes-gnome: Add missing HOMEPAGE and DESCRIPTION for recipes
Fixes: [YOCTO #13471]
(From OE-Core rev: a9153b1993b7a441a0f396aff71c7930e9f59751)
Signed-off-by: Ida Delphine <idadelm@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit e501e87b847d915e97b11d966b5781059daaf362)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-gnome/epiphany')
-rw-r--r-- | meta/recipes-gnome/epiphany/epiphany_3.34.4.bb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/recipes-gnome/epiphany/epiphany_3.34.4.bb b/meta/recipes-gnome/epiphany/epiphany_3.34.4.bb index ddb4c2794f..e2afb29c12 100644 --- a/meta/recipes-gnome/epiphany/epiphany_3.34.4.bb +++ b/meta/recipes-gnome/epiphany/epiphany_3.34.4.bb | |||
@@ -1,4 +1,7 @@ | |||
1 | SUMMARY = "WebKit based web browser for GNOME" | 1 | SUMMARY = "WebKit based web browser for GNOME" |
2 | DESCRIPTION = "Epiphany is an open source web browser for the Linux desktop environment. \ | ||
3 | It provides a simple and easy-to-use internet browsing experience." | ||
4 | HOMEPAGE = "https://wiki.gnome.org/Apps/Web" | ||
2 | BUGTRACKER = "https://gitlab.gnome.org/GNOME/epiphany" | 5 | BUGTRACKER = "https://gitlab.gnome.org/GNOME/epiphany" |
3 | LICENSE = "GPLv3+" | 6 | LICENSE = "GPLv3+" |
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" | 7 | LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" |