diff options
| author | Gustavo Zacarias <gustavo.zacarias@free-electrons.com> | 2015-12-16 21:51:53 -0300 |
|---|---|---|
| committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2015-12-17 11:53:34 +0100 |
| commit | 22d11e7e6cc86e906121226579654a92cf655040 (patch) | |
| tree | ab555f47a92d16776951b2edf27b10e6a48e9012 /package/libsecret | |
| parent | 91a35bcc2750d7badc47c4a8cae67756f87b8281 (diff) | |
| download | buildroot-22d11e7e6cc86e906121226579654a92cf655040.tar.gz buildroot-22d11e7e6cc86e906121226579654a92cf655040.zip | |
libsecret: bump to version 0.18.3
Also forcibly disable GIR (default=auto) to avoid issues.
Signed-off-by: Gustavo Zacarias <gustavo.zacarias@free-electrons.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/libsecret')
| -rw-r--r-- | package/libsecret/libsecret.hash | 4 | ||||
| -rw-r--r-- | package/libsecret/libsecret.mk | 12 |
2 files changed, 11 insertions, 5 deletions
diff --git a/package/libsecret/libsecret.hash b/package/libsecret/libsecret.hash index 8e5bbf73e2..d40f320fa7 100644 --- a/package/libsecret/libsecret.hash +++ b/package/libsecret/libsecret.hash @@ -1,2 +1,2 @@ -# From http://ftp.gnome.org/pub/GNOME/sources/libsecret/0.18/libsecret-0.18.sha256sum -sha256 0c73aa762dbd1e38ba7b03de350e23ce818cb810b0784375e95ef61e004b02e3 libsecret-0.18.tar.xz +# From http://ftp.gnome.org/pub/GNOME/sources/libsecret/0.18/libsecret-0.18.3.sha256sum +sha256 f2bf1d0c5ab4640664f3e3c7ef6b086c180e50ff415720b5e22f96750dbf84c9 libsecret-0.18.3.tar.xz diff --git a/package/libsecret/libsecret.mk b/package/libsecret/libsecret.mk index 5a230ae04d..a762dd7c48 100644 --- a/package/libsecret/libsecret.mk +++ b/package/libsecret/libsecret.mk @@ -4,12 +4,18 @@ # ################################################################################ -LIBSECRET_VERSION = 0.18 -LIBSECRET_SITE = http://ftp.gnome.org/pub/GNOME/sources/libsecret/$(LIBSECRET_VERSION) +LIBSECRET_VERSION_MAJOR = 0.18 +LIBSECRET_VERSION = $(LIBSECRET_VERSION_MAJOR).3 +LIBSECRET_SITE = http://ftp.gnome.org/pub/GNOME/sources/libsecret/$(LIBSECRET_VERSION_MAJOR) LIBSECRET_SOURCE = libsecret-$(LIBSECRET_VERSION).tar.xz LIBSECRET_INSTALL_STAGING = YES LIBSECRET_DEPENDENCIES = libglib2 host-intltool -LIBSECRET_CONF_OPTS = --disable-manpages --disable-strict --disable-coverage --enable-vala=no +LIBSECRET_CONF_OPTS = \ + --disable-manpages \ + --disable-strict \ + --disable-coverage \ + --enable-introspection=no \ + --enable-vala=no LIBSECRET_LICENSE = LGPLv2.1+ LIBSECRET_LICENSE_FILES = COPYING |

