summaryrefslogtreecommitdiffstats
path: root/meta-filesystems/recipes-filesystems/smbnetfs
diff options
context:
space:
mode:
Diffstat (limited to 'meta-filesystems/recipes-filesystems/smbnetfs')
-rw-r--r--meta-filesystems/recipes-filesystems/smbnetfs/smbnetfs/configure.patch11
-rw-r--r--meta-filesystems/recipes-filesystems/smbnetfs/smbnetfs_git.bb25
2 files changed, 36 insertions, 0 deletions
diff --git a/meta-filesystems/recipes-filesystems/smbnetfs/smbnetfs/configure.patch b/meta-filesystems/recipes-filesystems/smbnetfs/smbnetfs/configure.patch
new file mode 100644
index 000000000..c80fed187
--- /dev/null
+++ b/meta-filesystems/recipes-filesystems/smbnetfs/smbnetfs/configure.patch
@@ -0,0 +1,11 @@
1Index: git/configure.in
2===================================================================
3--- git.orig/configure.in 2014-06-18 16:06:16.040721349 +0000
4+++ git/configure.in 2014-07-18 07:49:17.085552256 +0000
5@@ -1,5 +1,5 @@
6 AC_INIT([SMBNetFS],[0.5.3а])
7-AM_INIT_AUTOMAKE
8+AM_INIT_AUTOMAKE([foreign])
9 AC_CONFIG_HEADERS([src/config.h])
10 AC_PROG_CC
11
diff --git a/meta-filesystems/recipes-filesystems/smbnetfs/smbnetfs_git.bb b/meta-filesystems/recipes-filesystems/smbnetfs/smbnetfs_git.bb
new file mode 100644
index 000000000..a0eddbc79
--- /dev/null
+++ b/meta-filesystems/recipes-filesystems/smbnetfs/smbnetfs_git.bb
@@ -0,0 +1,25 @@
1SUMMARY = "FUSE module for mounting an entire SMB/NMB network in a single directory"
2DESCRIPTION = "SMBNetFS is a Linux/FreeBSD filesystem that allow you to use \
3 samba/microsoft network in the same manner as the network \
4 neighborhood in Microsoft Windows. Please donate me to help \
5 in SMBNetFS development."
6
7LICENSE = "GPLv2"
8LIC_FILES_CHKSUM = "file://COPYING;md5=eb723b61539feef013de476e68b5c50a"
9HOMEPAGE ="http://sourceforge.net/projects/smbnetfs"
10
11DEPENDS = "fuse samba"
12
13inherit autotools gitpkgv pkgconfig
14
15PKGV = "${GITPKGVTAG}"
16
17SRCREV = "ace1c519d45fe488b9b7e6cc77a2bcadb6c83464"
18
19SRC_URI = "git://smbnetfs.git.sourceforge.net/gitroot/smbnetfs/smbnetfs;branch=master \
20 file://configure.patch"
21
22PACKAGECONFIG ??= ""
23PACKAGECONFIG[gnome-keyring] = "--with-gnome-keyring=yes,--with-gnome-keyring=no,libgnome-keyring"
24
25S = "${WORKDIR}/git"