diff options
Diffstat (limited to 'meta-filesystems/recipes-filesystems/smbnetfs/smbnetfs_git.bb')
| -rw-r--r-- | meta-filesystems/recipes-filesystems/smbnetfs/smbnetfs_git.bb | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/meta-filesystems/recipes-filesystems/smbnetfs/smbnetfs_git.bb b/meta-filesystems/recipes-filesystems/smbnetfs/smbnetfs_git.bb deleted file mode 100644 index 6995ad3f52..0000000000 --- a/meta-filesystems/recipes-filesystems/smbnetfs/smbnetfs_git.bb +++ /dev/null | |||
| @@ -1,28 +0,0 @@ | |||
| 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 pkgconfig | ||
| 14 | |||
| 15 | PKGV = "${GITPKGVTAG}" | ||
| 16 | |||
| 17 | SRCREV = "ace1c519d45fe488b9b7e6cc77a2bcadb6c83464" | ||
| 18 | |||
| 19 | SRC_URI = "git://smbnetfs.git.sourceforge.net/gitroot/smbnetfs/smbnetfs;branch=master \ | ||
| 20 | file://configure.patch \ | ||
| 21 | file://Using-PKG_CHECK_MODULES-to-found-headers-and-libraries.patch" | ||
| 22 | |||
| 23 | PACKAGECONFIG ??= "" | ||
| 24 | PACKAGECONFIG[gnome-keyring] = "--with-gnome-keyring=yes,--with-gnome-keyring=no,libgnome-keyring" | ||
| 25 | |||
| 26 | S = "${WORKDIR}/git" | ||
| 27 | |||
| 28 | PNBLACKLIST[smbnetfs] ?= "Fails to build with RSS http://errors.yoctoproject.org/Errors/Details/132827/ - the recipe will be removed on 2017-09-01 unless the issue is fixed" | ||
