summaryrefslogtreecommitdiffstats
path: root/meta-filesystems/recipes-filesystems/smbnetfs/smbnetfs_git.bb
diff options
context:
space:
mode:
authorHains van den Bosch <hainsvdbosch@ziggo.nl>2018-01-25 04:55:24 +0100
committerArmin Kuster <akuster808@gmail.com>2018-02-11 11:48:12 -0800
commit86f865228940bcb9b2796123dbdaedb2ac1d8bdf (patch)
tree1b769d7955bbc56a430bbc01c6686e73b62f6f59 /meta-filesystems/recipes-filesystems/smbnetfs/smbnetfs_git.bb
parent46bfecb776a4514c795b87df54c2cab48d6e859d (diff)
downloadmeta-openembedded-86f865228940bcb9b2796123dbdaedb2ac1d8bdf.tar.gz
smbnetfs: update to version 0.6.1
gnome-keyring is deprecated and replaced with libsecret. Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'meta-filesystems/recipes-filesystems/smbnetfs/smbnetfs_git.bb')
-rw-r--r--meta-filesystems/recipes-filesystems/smbnetfs/smbnetfs_git.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-filesystems/recipes-filesystems/smbnetfs/smbnetfs_git.bb b/meta-filesystems/recipes-filesystems/smbnetfs/smbnetfs_git.bb
index 0fcfd6ae7..fefc04538 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
15 15
16PKGV = "${GITPKGVTAG}" 16PKGV = "${GITPKGVTAG}"
17 17
18SRCREV = "21c63ed60202e5540613d4c822a57a0b81764499" 18SRCREV = "bc6b94b015fdaf7c4dab56ccb996eecea8bc4373"
19 19
20SRC_URI = "git://smbnetfs.git.sourceforge.net/gitroot/smbnetfs/smbnetfs;branch=master \ 20SRC_URI = "git://smbnetfs.git.sourceforge.net/gitroot/smbnetfs/smbnetfs;branch=master \
21 file://configure.patch \ 21 file://configure.patch \
22 file://Using-PKG_CHECK_MODULES-to-found-headers-and-libraries.patch" 22 file://Using-PKG_CHECK_MODULES-to-found-headers-and-libraries.patch"
23 23
24PACKAGECONFIG ??= "" 24PACKAGECONFIG ??= ""
25PACKAGECONFIG[gnome-keyring] = "--with-gnome-keyring=yes,--with-gnome-keyring=no,libgnome-keyring" 25PACKAGECONFIG[libsecret] = "--with-libsecret=yes,--with-libsecret=no,libsecret"
26 26
27S = "${WORKDIR}/git" 27S = "${WORKDIR}/git"
28 28