diff options
author | Alexander Kanavin <alexander.kanavin@linux.intel.com> | 2015-06-04 13:18:03 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-09-12 22:48:26 +0100 |
commit | 11e6aa64fbc2f6658f02bc10d95e75f363e474c7 (patch) | |
tree | ac610e96e0f87882c1bd5b7bbbb77f3562b44bb3 /meta/recipes-gnome | |
parent | 206049f609f4d4dc5b6e3d0f3c17b939fe8694fc (diff) | |
download | poky-11e6aa64fbc2f6658f02bc10d95e75f363e474c7.tar.gz |
libsecret: add a recipe from meta-gnome
libsecret is a dependency of webkit
(From OE-Core rev: 4f620b43da488753d88a9ef439f998209ff385f9)
Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-gnome')
-rw-r--r-- | meta/recipes-gnome/libsecret/libsecret_0.18.2.bb | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/meta/recipes-gnome/libsecret/libsecret_0.18.2.bb b/meta/recipes-gnome/libsecret/libsecret_0.18.2.bb new file mode 100644 index 0000000000..cebc83b574 --- /dev/null +++ b/meta/recipes-gnome/libsecret/libsecret_0.18.2.bb | |||
@@ -0,0 +1,12 @@ | |||
1 | SUMMARY = "libsecret is a library for storing and retrieving passwords and other secrets" | ||
2 | LICENSE = "LGPLv2.1" | ||
3 | LIC_FILES_CHKSUM = "file://COPYING;md5=23c2a5e0106b99d75238986559bb5fc6" | ||
4 | |||
5 | inherit gnomebase gtk-doc | ||
6 | |||
7 | DEPENDS = "glib-2.0 libgcrypt" | ||
8 | |||
9 | EXTRA_OECONF += "--disable-manpages" | ||
10 | |||
11 | SRC_URI[archive.md5sum] = "23cdf8267d11a26f88f0dbec1e2022ad" | ||
12 | SRC_URI[archive.sha256sum] = "12fd288b012e1b2b1b54d586cd4c6507885715534644b4534b7ef7d7079ba443" | ||