[oe-commits] [meta-openembedded] 06/44: smbnetfs: update to version 0.6.1

git at git.openembedded.org git at git.openembedded.org
Sun Feb 11 20:07:04 UTC 2018


This is an automated email from the git hooks/post-receive script.

armin_kuster pushed a commit to branch master-next
in repository meta-openembedded.

commit 86f865228940bcb9b2796123dbdaedb2ac1d8bdf
Author: Hains van den Bosch <hainsvdbosch at ziggo.nl>
AuthorDate: Thu Jan 25 04:55:24 2018 +0100

    smbnetfs: update to version 0.6.1
    
    gnome-keyring is deprecated and replaced with libsecret.
    
    Signed-off-by: Armin Kuster <akuster808 at gmail.com>
---
 .../recipes-filesystems/smbnetfs/smbnetfs/configure.patch             | 2 +-
 meta-filesystems/recipes-filesystems/smbnetfs/smbnetfs_git.bb         | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/meta-filesystems/recipes-filesystems/smbnetfs/smbnetfs/configure.patch b/meta-filesystems/recipes-filesystems/smbnetfs/smbnetfs/configure.patch
index 152507c..5527566 100644
--- a/meta-filesystems/recipes-filesystems/smbnetfs/smbnetfs/configure.patch
+++ b/meta-filesystems/recipes-filesystems/smbnetfs/smbnetfs/configure.patch
@@ -3,7 +3,7 @@ Index: git/configure.in
 --- git.orig/configure.ac	2014-06-18 16:06:16.040721349 +0000
 +++ git/configure.ac	2014-07-18 07:49:17.085552256 +0000
 @@ -1,5 +1,5 @@
- AC_INIT([SMBNetFS],[0.6.0])
+ AC_INIT([SMBNetFS],[0.6.1])
 -AM_INIT_AUTOMAKE
 +AM_INIT_AUTOMAKE([foreign])
  AC_CONFIG_HEADERS([src/config.h])
diff --git a/meta-filesystems/recipes-filesystems/smbnetfs/smbnetfs_git.bb b/meta-filesystems/recipes-filesystems/smbnetfs/smbnetfs_git.bb
index 0fcfd6a..fefc045 100644
--- a/meta-filesystems/recipes-filesystems/smbnetfs/smbnetfs_git.bb
+++ b/meta-filesystems/recipes-filesystems/smbnetfs/smbnetfs_git.bb
@@ -15,14 +15,14 @@ inherit autotools gitpkgv pkgconfig
 
 PKGV = "${GITPKGVTAG}"
 
-SRCREV = "21c63ed60202e5540613d4c822a57a0b81764499"
+SRCREV = "bc6b94b015fdaf7c4dab56ccb996eecea8bc4373"
 
 SRC_URI = "git://smbnetfs.git.sourceforge.net/gitroot/smbnetfs/smbnetfs;branch=master \
            file://configure.patch \
            file://Using-PKG_CHECK_MODULES-to-found-headers-and-libraries.patch"
 
 PACKAGECONFIG ??= ""
-PACKAGECONFIG[gnome-keyring] = "--with-gnome-keyring=yes,--with-gnome-keyring=no,libgnome-keyring"
+PACKAGECONFIG[libsecret] = "--with-libsecret=yes,--with-libsecret=no,libsecret"
 
 S = "${WORKDIR}/git"
 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list