diff options
author | Maxime Roussin-Bélanger <maxime.roussinbelanger@gmail.com> | 2019-10-23 14:33:57 -0400 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-10-28 05:31:41 +0000 |
commit | e7bf9c976cc07b687f1ac7636f9f5a595948dfe7 (patch) | |
tree | e8e6b7e7dce83b886108f4aea4daf72360896654 /meta/recipes-gnome/libsecret | |
parent | 13bfb2b869520962b163ba24550f8a5ed40cbf2c (diff) | |
download | poky-e7bf9c976cc07b687f1ac7636f9f5a595948dfe7.tar.gz |
meta: update and add missing homepage/bugtracker links
(From OE-Core rev: 9e5089dac1ae8277263ec3dced1fb1633ba98e57)
Signed-off-by: Maxime Roussin-Bélanger <maxime.roussinbelanger@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-gnome/libsecret')
-rw-r--r-- | meta/recipes-gnome/libsecret/libsecret_0.19.1.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-gnome/libsecret/libsecret_0.19.1.bb b/meta/recipes-gnome/libsecret/libsecret_0.19.1.bb index 0d76075239..9145c04412 100644 --- a/meta/recipes-gnome/libsecret/libsecret_0.19.1.bb +++ b/meta/recipes-gnome/libsecret/libsecret_0.19.1.bb | |||
@@ -1,5 +1,6 @@ | |||
1 | SUMMARY = "libsecret is a library for storing and retrieving passwords and other secrets" | 1 | SUMMARY = "libsecret is a library for storing and retrieving passwords and other secrets" |
2 | LICENSE = "LGPLv2.1" | 2 | LICENSE = "LGPLv2.1" |
3 | BUGTRACKER = "https://gitlab.gnome.org/GNOME/libsecret/issues" | ||
3 | LIC_FILES_CHKSUM = "file://COPYING;md5=23c2a5e0106b99d75238986559bb5fc6" | 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=23c2a5e0106b99d75238986559bb5fc6" |
4 | 5 | ||
5 | inherit gnomebase gtk-doc vala gobject-introspection manpages | 6 | inherit gnomebase gtk-doc vala gobject-introspection manpages |