diff options
author | Tudor Florea <tudor.florea@enea.com> | 2014-10-10 03:20:04 +0200 |
---|---|---|
committer | Tudor Florea <tudor.florea@enea.com> | 2014-10-10 03:20:04 +0200 |
commit | 1b8dfe266937a37a4c642f96ceb2347bf4c00a17 (patch) | |
tree | 0c6aab146bb3c82efd9c7846a9a4e70dcb0ec84f /meta-filesystems/recipes-filesystems/smbnetfs | |
download | meta-openembedded-daisy-140929.tar.gz |
initial commit for Enea Linux 4.0-140929daisy-140929
Migrated from the internal git server on the daisy-enea-point-release branch
Signed-off-by: Tudor Florea <tudor.florea@enea.com>
Diffstat (limited to 'meta-filesystems/recipes-filesystems/smbnetfs')
-rw-r--r-- | meta-filesystems/recipes-filesystems/smbnetfs/smbnetfs_git.bb | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/meta-filesystems/recipes-filesystems/smbnetfs/smbnetfs_git.bb b/meta-filesystems/recipes-filesystems/smbnetfs/smbnetfs_git.bb new file mode 100644 index 0000000000..350dad5be6 --- /dev/null +++ b/meta-filesystems/recipes-filesystems/smbnetfs/smbnetfs_git.bb | |||
@@ -0,0 +1,24 @@ | |||
1 | SUMMARY = "FUSE module for mounting an entire SMB/NMB network in a single directory" | ||
2 | DESCRIPTION = "SMBNetFS is a Linux/FreeBSD filesystem that allow you to use \ | ||
3 | samba/microsoft network in the same manner as the network \ | ||
4 | neighborhood in Microsoft Windows. Please donate me to help \ | ||
5 | in SMBNetFS development." | ||
6 | |||
7 | LICENSE = "GPLv2" | ||
8 | LIC_FILES_CHKSUM = "file://COPYING;md5=eb723b61539feef013de476e68b5c50a" | ||
9 | HOMEPAGE ="http://sourceforge.net/projects/smbnetfs" | ||
10 | |||
11 | DEPENDS = "fuse samba" | ||
12 | |||
13 | inherit autotools gitpkgv | ||
14 | |||
15 | PKGV = "${GITPKGVTAG}" | ||
16 | |||
17 | SRCREV = "ace1c519d45fe488b9b7e6cc77a2bcadb6c83464" | ||
18 | |||
19 | SRC_URI = "git://smbnetfs.git.sourceforge.net/gitroot/smbnetfs/smbnetfs;branch=master" | ||
20 | |||
21 | PACKAGECONFIG ??= "" | ||
22 | PACKAGECONFIG[gnome-keyring] = "--with-gnome-keyring=yes,--with-gnome-keyring=no,libgnome-keyring" | ||
23 | |||
24 | S = "${WORKDIR}/git" | ||