summaryrefslogtreecommitdiffstats
path: root/meta/recipes-gnome/libsecret
diff options
context:
space:
mode:
authorMaxime Roussin-Bélanger <maxime.roussinbelanger@gmail.com>2019-10-23 14:33:58 -0400
committerRichard Purdie <richard.purdie@linuxfoundation.org>2019-10-28 05:31:42 +0000
commitdeb2aea4eb8e3ffc9e72b09789d053b29d0cdf9e (patch)
treeb131df24b8fc4ff0abd7d39a374870fba5c578e5 /meta/recipes-gnome/libsecret
parente7bf9c976cc07b687f1ac7636f9f5a595948dfe7 (diff)
downloadpoky-deb2aea4eb8e3ffc9e72b09789d053b29d0cdf9e.tar.gz
meta: add missing description in recipes-gnome
Remove some trailing whitespace (From OE-Core rev: 5714e4fb5e35454f2f3e523b1161a6451fcd3427) 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.bb4
1 files changed, 4 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 9145c04412..3da2a4acac 100644
--- a/meta/recipes-gnome/libsecret/libsecret_0.19.1.bb
+++ b/meta/recipes-gnome/libsecret/libsecret_0.19.1.bb
@@ -1,4 +1,8 @@
1SUMMARY = "libsecret is a library for storing and retrieving passwords and other secrets" 1SUMMARY = "libsecret is a library for storing and retrieving passwords and other secrets"
2DESCRIPTION = "A GObject-based library for accessing the Secret Service API of \
3the freedesktop.org project, a cross-desktop effort to access passwords, \
4tokens and other types of secrets. libsecret provides a convenient wrapper \
5for these methods so consumers do not have to call the low-level DBus methods."
2LICENSE = "LGPLv2.1" 6LICENSE = "LGPLv2.1"
3BUGTRACKER = "https://gitlab.gnome.org/GNOME/libsecret/issues" 7BUGTRACKER = "https://gitlab.gnome.org/GNOME/libsecret/issues"
4LIC_FILES_CHKSUM = "file://COPYING;md5=23c2a5e0106b99d75238986559bb5fc6" 8LIC_FILES_CHKSUM = "file://COPYING;md5=23c2a5e0106b99d75238986559bb5fc6"