[oe-commits] Sander van Grieken : smbnetfs: add recipe for smbnetfs, a fuse filesystem for windows networks

git at git.openembedded.org git at git.openembedded.org
Wed Oct 24 06:24:26 UTC 2012


Module: meta-openembedded.git
Branch: master
Commit: 80e475919c188b59928139c820ea8137ea05de9b
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=80e475919c188b59928139c820ea8137ea05de9b

Author: Sander van Grieken <sander at outrightsolutions.nl>
Date:   Fri Sep  7 17:58:26 2012 +0000

smbnetfs: add recipe for smbnetfs, a fuse filesystem for windows networks

Signed-off-by: Sander van Grieken <sander at outrightsolutions.nl>
Signed-off-by: Koen Kooi <koen at dominion.thruhere.net>

---

 .../recipes-connectivity/smbnetfs/smbnetfs_git.bb  |   16 ++++++++++++++++
 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 0000000..3bb1c6d
--- /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"





More information about the Openembedded-commits mailing list