gvfs: bump to version 1.31.4
Bump to version 1.31.4 which is the first version including the fix for glibc 2.28 issue with major/minor:3424bef7ef
Do not bump to latest version of gvfs as: - this is a major rework: autotools has been dropped in favor of meson - it requires libglib in version 2.57.1 and we have currently 2.56.1 Also: - add hash for license file - Remove --disable-bash-completion, no more option since 1.31.1:2f28fa49cf
- Remove --disable-hal, dropped since 1.31.1:ec9c45d7c7
Fixes: - http://autobuild.buildroot.net/results/07fa7b0ad9ae0fa9c2e59d54e4d4c76ae4f26166 Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
parent
841f40545a
commit
93b6ae03ae
@ -1,2 +1,5 @@
|
||||
# From http://ftp.gnome.org/pub/GNOME/sources/gvfs/1.30/gvfs-1.30.3.sha256sum
|
||||
sha256 b824a29489cae7f39e1a0fc0d154ac7b7bf43d8edd98ba83ffcad2f766d0f175 gvfs-1.30.3.tar.xz
|
||||
# From http://ftp.gnome.org/pub/GNOME/sources/gvfs/1.31/gvfs-1.31.4.sha256sum
|
||||
sha256 55244d447d040884dfb335fde638274cb6f2794285ada7fa84bcbbd34f06be04 gvfs-1.31.4.tar.xz
|
||||
|
||||
# Hash for license file
|
||||
sha256 45cf336e2e48176993babc5aabf44437390f40e6a86a472c6abfc7ce9c035db4 COPYING
|
||||
|
@ -4,8 +4,8 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
GVFS_VERSION_MAJOR = 1.30
|
||||
GVFS_VERSION = $(GVFS_VERSION_MAJOR).3
|
||||
GVFS_VERSION_MAJOR = 1.31
|
||||
GVFS_VERSION = $(GVFS_VERSION_MAJOR).4
|
||||
GVFS_SOURCE = gvfs-$(GVFS_VERSION).tar.xz
|
||||
GVFS_SITE = http://ftp.gnome.org/pub/GNOME/sources/gvfs/$(GVFS_VERSION_MAJOR)
|
||||
GVFS_INSTALL_STAGING = YES
|
||||
@ -21,14 +21,12 @@ GVFS_CONF_ENV = ac_cv_path_LIBGCRYPT_CONFIG=$(STAGING_DIR)/usr/bin/libgcrypt-con
|
||||
GVFS_CONF_OPTS = \
|
||||
--disable-afc \
|
||||
--disable-admin \
|
||||
--disable-bash-completion \
|
||||
--disable-cdda \
|
||||
--disable-gcr \
|
||||
--disable-gdu \
|
||||
--disable-goa \
|
||||
--disable-google \
|
||||
--disable-gphoto2 \
|
||||
--disable-hal \
|
||||
--disable-keyring \
|
||||
--disable-libmtp \
|
||||
--disable-udisks2
|
||||
|
Loading…
Reference in New Issue
Block a user