summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-oe/recipes-connectivity/smbnetfs/smbnetfs_git.bb16
1 files changed, 16 insertions, 0 deletions
diff --git a/meta-oe/recipes-connectivity/smbnetfs/smbnetfs_git.bb b/meta-oe/recipes-connectivity/smbnetfs/smbnetfs_git.bb
new file mode 100644
index 0000000000..3bb1c6d97c
--- /dev/null
+++ b/meta-oe/recipes-connectivity/smbnetfs/smbnetfs_git.bb
@@ -0,0 +1,16 @@
1DESCRIPTION = "smbnetfs"
2LICENSE = "GPLv2"
3LIC_FILES_CHKSUM = "file://COPYING;md5=eb723b61539feef013de476e68b5c50a"
4HOMEPAGE ="http://sourceforge.net/projects/smbnetfs"
5
6DEPENDS = "fuse samba"
7
8inherit autotools gitpkgv
9
10PKGV = "${GITPKGVTAG}"
11
12SRCREV = "ace1c519d45fe488b9b7e6cc77a2bcadb6c83464"
13
14SRC_URI = "git://smbnetfs.git.sourceforge.net/gitroot/smbnetfs/smbnetfs;protocol=git;branch=master"
15
16S = "${WORKDIR}/git"