mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-09-13 05:31:41 +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.orig/configure.ac 2014-06-18 16:06:16.040721349 +0000
|
||||||
+++ git/configure.ac 2014-07-18 07:49:17.085552256 +0000
|
+++ git/configure.ac 2014-07-18 07:49:17.085552256 +0000
|
||||||
@@ -1,5 +1,5 @@
|
@@ -1,5 +1,5 @@
|
||||||
AC_INIT([SMBNetFS],[0.6.0])
|
AC_INIT([SMBNetFS],[0.6.1])
|
||||||
-AM_INIT_AUTOMAKE
|
-AM_INIT_AUTOMAKE
|
||||||
+AM_INIT_AUTOMAKE([foreign])
|
+AM_INIT_AUTOMAKE([foreign])
|
||||||
AC_CONFIG_HEADERS([src/config.h])
|
AC_CONFIG_HEADERS([src/config.h])
|
||||||
|
|||||||
@ -15,14 +15,14 @@ inherit autotools gitpkgv pkgconfig
|
|||||||
|
|
||||||
PKGV = "${GITPKGVTAG}"
|
PKGV = "${GITPKGVTAG}"
|
||||||
|
|
||||||
SRCREV = "21c63ed60202e5540613d4c822a57a0b81764499"
|
SRCREV = "bc6b94b015fdaf7c4dab56ccb996eecea8bc4373"
|
||||||
|
|
||||||
SRC_URI = "git://smbnetfs.git.sourceforge.net/gitroot/smbnetfs/smbnetfs;branch=master \
|
SRC_URI = "git://smbnetfs.git.sourceforge.net/gitroot/smbnetfs/smbnetfs;branch=master \
|
||||||
file://configure.patch \
|
file://configure.patch \
|
||||||
file://Using-PKG_CHECK_MODULES-to-found-headers-and-libraries.patch"
|
file://Using-PKG_CHECK_MODULES-to-found-headers-and-libraries.patch"
|
||||||
|
|
||||||
PACKAGECONFIG ??= ""
|
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"
|
S = "${WORKDIR}/git"
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user