diff options
Diffstat (limited to 'meta-filesystems/recipes-filesystems/smbnetfs/smbnetfs_git.bb')
| -rw-r--r-- | meta-filesystems/recipes-filesystems/smbnetfs/smbnetfs_git.bb | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/meta-filesystems/recipes-filesystems/smbnetfs/smbnetfs_git.bb b/meta-filesystems/recipes-filesystems/smbnetfs/smbnetfs_git.bb index 6995ad3f52..0fcfd6ae75 100644 --- a/meta-filesystems/recipes-filesystems/smbnetfs/smbnetfs_git.bb +++ b/meta-filesystems/recipes-filesystems/smbnetfs/smbnetfs_git.bb | |||
| @@ -9,12 +9,13 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=eb723b61539feef013de476e68b5c50a" | |||
| 9 | HOMEPAGE ="http://sourceforge.net/projects/smbnetfs" | 9 | HOMEPAGE ="http://sourceforge.net/projects/smbnetfs" |
| 10 | 10 | ||
| 11 | DEPENDS = "fuse samba" | 11 | DEPENDS = "fuse samba" |
| 12 | DEPENDS_append_libc-musl = " libexecinfo" | ||
| 12 | 13 | ||
| 13 | inherit autotools gitpkgv pkgconfig | 14 | inherit autotools gitpkgv pkgconfig |
| 14 | 15 | ||
| 15 | PKGV = "${GITPKGVTAG}" | 16 | PKGV = "${GITPKGVTAG}" |
| 16 | 17 | ||
| 17 | SRCREV = "ace1c519d45fe488b9b7e6cc77a2bcadb6c83464" | 18 | SRCREV = "21c63ed60202e5540613d4c822a57a0b81764499" |
| 18 | 19 | ||
| 19 | SRC_URI = "git://smbnetfs.git.sourceforge.net/gitroot/smbnetfs/smbnetfs;branch=master \ | 20 | SRC_URI = "git://smbnetfs.git.sourceforge.net/gitroot/smbnetfs/smbnetfs;branch=master \ |
| 20 | file://configure.patch \ | 21 | file://configure.patch \ |
| @@ -25,4 +26,4 @@ PACKAGECONFIG[gnome-keyring] = "--with-gnome-keyring=yes,--with-gnome-keyring=no | |||
| 25 | 26 | ||
| 26 | S = "${WORKDIR}/git" | 27 | S = "${WORKDIR}/git" |
| 27 | 28 | ||
| 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" | 29 | LDFLAGS_append_libc-musl = " -lexecinfo" |
