mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-04-02 02:49:12 +00:00
smbnetfs: update to version 0.6.1
gnome-keyring is deprecated and replaced with libsecret. Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
parent
46bfecb776
commit
86f8652289
@ -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])
|
||||
|
||||
@ -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"
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user