diff options
| author | Andreas Müller <schnitzeltony@googlemail.com> | 2014-09-26 11:22:38 +0200 |
|---|---|---|
| committer | Andreas Müller <schnitzeltony@googlemail.com> | 2014-10-01 10:11:35 +0200 |
| commit | cc16308a7434f2c3266e8e901d55c204834f3806 (patch) | |
| tree | 81557bdd3579c4aaec81c6dd2c461a6e83df5abc | |
| parent | 94c8dec97061907266406f8163c7335261798f8e (diff) | |
| download | meta-openembedded-cc16308a7434f2c3266e8e901d55c204834f3806.tar.gz | |
libsecret: initial add 0.18
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
| -rw-r--r-- | meta-gnome/recipes-gnome/libsecret/libsecret_0.18.bb | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/meta-gnome/recipes-gnome/libsecret/libsecret_0.18.bb b/meta-gnome/recipes-gnome/libsecret/libsecret_0.18.bb new file mode 100644 index 0000000000..dca3350033 --- /dev/null +++ b/meta-gnome/recipes-gnome/libsecret/libsecret_0.18.bb | |||
| @@ -0,0 +1,14 @@ | |||
| 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 | GNOME_COMPRESS_TYPE = "xz" | ||
| 10 | |||
| 11 | EXTRA_OECONF += "--disable-manpages" | ||
| 12 | |||
| 13 | SRC_URI[archive.md5sum] = "279d723cd005e80d1d304f74a3488acc" | ||
| 14 | SRC_URI[archive.sha256sum] = "0c73aa762dbd1e38ba7b03de350e23ce818cb810b0784375e95ef61e004b02e3" | ||
