mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-28 21:56:31 +00:00
libsecret: bump to version 0.18
Also add hash file. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
7759643f78
commit
cf2c54b25b
2
package/libsecret/libsecret.hash
Normal file
2
package/libsecret/libsecret.hash
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
# From http://ftp.gnome.org/pub/GNOME/sources/libsecret/0.18/libsecret-0.18.sha256sum
|
||||||
|
sha256 0c73aa762dbd1e38ba7b03de350e23ce818cb810b0784375e95ef61e004b02e3 libsecret-0.18.tar.xz
|
@ -4,15 +4,14 @@
|
|||||||
#
|
#
|
||||||
################################################################################
|
################################################################################
|
||||||
|
|
||||||
LIBSECRET_VERSION = 0.15
|
LIBSECRET_VERSION = 0.18
|
||||||
LIBSECRET_SITE = http://ftp.gnome.org/pub/GNOME/sources/libsecret/$(LIBSECRET_VERSION)
|
LIBSECRET_SITE = http://ftp.gnome.org/pub/GNOME/sources/libsecret/$(LIBSECRET_VERSION)
|
||||||
LIBSECRET_SOURCE = libsecret-$(LIBSECRET_VERSION).tar.xz
|
LIBSECRET_SOURCE = libsecret-$(LIBSECRET_VERSION).tar.xz
|
||||||
LIBSECRET_LICENSE = LGPLv2.1+
|
|
||||||
LIBSECRET_LICENSE_FILES = COPYING
|
|
||||||
LIBSECRET_INSTALL_STAGING = YES
|
LIBSECRET_INSTALL_STAGING = YES
|
||||||
|
|
||||||
LIBSECRET_DEPENDENCIES = libglib2 host-intltool
|
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-vala=no
|
||||||
|
LIBSECRET_LICENSE = LGPLv2.1+
|
||||||
|
LIBSECRET_LICENSE_FILES = COPYING
|
||||||
|
|
||||||
ifeq ($(BR2_PACKAGE_LIBGCRYPT),y)
|
ifeq ($(BR2_PACKAGE_LIBGCRYPT),y)
|
||||||
LIBSECRET_DEPENDENCIES += libgcrypt
|
LIBSECRET_DEPENDENCIES += libgcrypt
|
||||||
|
Loading…
x
Reference in New Issue
Block a user