mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-05 14:59:55 +00:00
smbnetfs: Update to latest 0.6.2 rev
Brings in fixes to build with latest xattr Forward port configure.ac patch Drop using gitpkgv Signed-off-by: Khem Raj <raj.khem@gmail.com> Cc: Alexander Kanavin <alex.kanavin@gmail.com>
This commit is contained in:
@@ -1,9 +1,7 @@
|
||||
Index: git/configure.in
|
||||
===================================================================
|
||||
--- git.orig/configure.ac 2014-06-18 16:06:16.040721349 +0000
|
||||
+++ git/configure.ac 2014-07-18 07:49:17.085552256 +0000
|
||||
--- a/configure.ac
|
||||
+++ b/configure.ac
|
||||
@@ -1,5 +1,5 @@
|
||||
AC_INIT([SMBNetFS],[0.6.1])
|
||||
AC_INIT([SMBNetFS],[0.6.2])
|
||||
-AM_INIT_AUTOMAKE
|
||||
+AM_INIT_AUTOMAKE([foreign])
|
||||
AC_CONFIG_HEADERS([src/config.h])
|
||||
|
||||
@@ -11,15 +11,14 @@ HOMEPAGE ="http://sourceforge.net/projects/smbnetfs"
|
||||
DEPENDS = "fuse samba"
|
||||
DEPENDS_append_libc-musl = " libexecinfo"
|
||||
|
||||
inherit autotools pkgconfig features_check
|
||||
|
||||
# samba depends on libpam
|
||||
inherit features_check
|
||||
REQUIRED_DISTRO_FEATURES = "pam"
|
||||
|
||||
inherit autotools gitpkgv pkgconfig
|
||||
PV = "0.6.1+git${SRCPV}"
|
||||
|
||||
PKGV = "${GITPKGVTAG}"
|
||||
|
||||
SRCREV = "bc6b94b015fdaf7c4dab56ccb996eecea8bc4373"
|
||||
SRCREV = "a117eec8de7ed7249871da73dcc350283ce72069"
|
||||
|
||||
SRC_URI = "git://smbnetfs.git.sourceforge.net/gitroot/smbnetfs/smbnetfs;branch=master \
|
||||
file://configure.patch \
|
||||
|
||||
Reference in New Issue
Block a user