summaryrefslogtreecommitdiffstats
path: root/meta-filesystems/recipes-filesystems/smbnetfs/smbnetfs_git.bb
diff options
context:
space:
mode:
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 0fcfd6ae75..fefc045386 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