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