From patchwork Fri Sep 7 17:58:26 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [meta-oe] smbnetfs: add recipe for smbnetfs, a fuse filesystem for windows networks Date: Fri, 07 Sep 2012 17:58:26 -0000 From: Sander van Grieken X-Patchwork-Id: 36137 Message-Id: <1347040706-23541-1-git-send-email-sander@outrightsolutions.nl> To: openembedded-devel@lists.openembedded.org Signed-off-by: Sander van Grieken --- .../recipes-connectivity/smbnetfs/smbnetfs_git.bb | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 meta-oe/recipes-connectivity/smbnetfs/smbnetfs_git.bb 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"