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-02 20:39:35 +0000 |
| commit | 30f694fec7f47264ec20086c45a3de5fbc55842e (patch) | |
| tree | e405f6b7afcee2e8cfbb8c3ae4a363a79968a61a /meta/recipes-gnome/libnotify | |
| parent | d53dddd7ca22c68f0b8ae010c38b330aa7a4bc15 (diff) | |
| download | poky-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/libnotify')
| -rw-r--r-- | meta/recipes-gnome/libnotify/libnotify_0.7.9.bb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/meta/recipes-gnome/libnotify/libnotify_0.7.9.bb b/meta/recipes-gnome/libnotify/libnotify_0.7.9.bb index 29a28272e1..1ff4b2e15f 100644 --- a/meta/recipes-gnome/libnotify/libnotify_0.7.9.bb +++ b/meta/recipes-gnome/libnotify/libnotify_0.7.9.bb | |||
| @@ -1,4 +1,8 @@ | |||
| 1 | SUMMARY = "Library for sending desktop notifications to a notification daemon" | 1 | SUMMARY = "Library for sending desktop notifications to a notification daemon" |
| 2 | DESCRIPTION = "It sends desktop notifications to a notification daemon, as defined \ | ||
| 3 | in the Desktop Notifications spec. These notifications can be used to inform \ | ||
| 4 | the user about an event or display some form of information without getting \ | ||
| 5 | in the user's way." | ||
| 2 | HOMEPAGE = "https://gitlab.gnome.org/GNOME/libnotify" | 6 | HOMEPAGE = "https://gitlab.gnome.org/GNOME/libnotify" |
| 3 | BUGTRACKER = "https://gitlab.gnome.org/GNOME/libnotify/issues" | 7 | BUGTRACKER = "https://gitlab.gnome.org/GNOME/libnotify/issues" |
| 4 | SECTION = "libs" | 8 | SECTION = "libs" |
