summaryrefslogtreecommitdiffstats
path: root/meta/recipes-gnome/libsecret/libsecret_0.18.3.bb
diff options
context:
space:
mode:
authorAlexander Kanavin <alexander.kanavin@linux.intel.com>2015-12-18 15:28:06 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-12-28 09:25:16 +0000
commitefcf4b4c0d3eb7c863df0f3a74986773559c059d (patch)
tree134558630ad63b07011e1b8766abcf57fd697ca3 /meta/recipes-gnome/libsecret/libsecret_0.18.3.bb
parent01122741972205387b6ff9e4e743d85eb7c81d88 (diff)
downloadpoky-efcf4b4c0d3eb7c863df0f3a74986773559c059d.tar.gz
libsecret: update to 0.18.3
(From OE-Core rev: fcc8ee69cfd70dd5c02ea2686ce3287366354d50) Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-gnome/libsecret/libsecret_0.18.3.bb')
-rw-r--r--meta/recipes-gnome/libsecret/libsecret_0.18.3.bb15
1 files changed, 15 insertions, 0 deletions
diff --git a/meta/recipes-gnome/libsecret/libsecret_0.18.3.bb b/meta/recipes-gnome/libsecret/libsecret_0.18.3.bb
new file mode 100644
index 0000000000..5058427ea3
--- /dev/null
+++ b/meta/recipes-gnome/libsecret/libsecret_0.18.3.bb
@@ -0,0 +1,15 @@
1SUMMARY = "libsecret is a library for storing and retrieving passwords and other secrets"
2LICENSE = "LGPLv2.1"
3LIC_FILES_CHKSUM = "file://COPYING;md5=23c2a5e0106b99d75238986559bb5fc6"
4
5inherit gnomebase gtk-doc
6
7DEPENDS = "glib-2.0 libgcrypt gettext-native intltool-native"
8
9EXTRA_OECONF += "--disable-manpages"
10
11SRC_URI[archive.md5sum] = "a21605644a64883ab685aec50d63253e"
12SRC_URI[archive.sha256sum] = "f2bf1d0c5ab4640664f3e3c7ef6b086c180e50ff415720b5e22f96750dbf84c9"
13
14# http://errors.yoctoproject.org/Errors/Details/20228/
15ARM_INSTRUCTION_SET = "arm"