aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe
diff options
context:
space:
mode:
authorSander van Grieken <sander@outrightsolutions.nl>2012-09-07 17:58:26 +0000
committerKoen Kooi <koen@dominion.thruhere.net>2012-10-24 08:23:58 +0200
commit80e475919c188b59928139c820ea8137ea05de9b (patch)
treece9430bcb97afa2bfe287e293144295fd9c747b8 /meta-oe
parent35586da6c027526fc47aa51cd45e56d76254fabc (diff)
downloadmeta-openembedded-80e475919c188b59928139c820ea8137ea05de9b.tar.gz
smbnetfs: add recipe for smbnetfs, a fuse filesystem for windows networks
Signed-off-by: Sander van Grieken <sander@outrightsolutions.nl> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'meta-oe')
-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 @@
+DESCRIPTION = "smbnetfs"
+LICENSE = "GPLv2"
+LIC_FILES_CHKSUM = "file://COPYING;md5=eb723b61539feef013de476e68b5c50a"
+HOMEPAGE ="http://sourceforge.net/projects/smbnetfs"
+
+DEPENDS = "fuse samba"
+
+inherit autotools gitpkgv
+
+PKGV = "${GITPKGVTAG}"
+
+SRCREV = "ace1c519d45fe488b9b7e6cc77a2bcadb6c83464"
+
+SRC_URI = "git://smbnetfs.git.sourceforge.net/gitroot/smbnetfs/smbnetfs;protocol=git;branch=master"
+
+S = "${WORKDIR}/git"