mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-27 20:07:25 +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
|
--- a/configure.ac
|
||||||
===================================================================
|
+++ b/configure.ac
|
||||||
--- git.orig/configure.ac 2014-06-18 16:06:16.040721349 +0000
|
|
||||||
+++ git/configure.ac 2014-07-18 07:49:17.085552256 +0000
|
|
||||||
@@ -1,5 +1,5 @@
|
@@ -1,5 +1,5 @@
|
||||||
AC_INIT([SMBNetFS],[0.6.1])
|
AC_INIT([SMBNetFS],[0.6.2])
|
||||||
-AM_INIT_AUTOMAKE
|
-AM_INIT_AUTOMAKE
|
||||||
+AM_INIT_AUTOMAKE([foreign])
|
+AM_INIT_AUTOMAKE([foreign])
|
||||||
AC_CONFIG_HEADERS([src/config.h])
|
AC_CONFIG_HEADERS([src/config.h])
|
||||||
|
|||||||
@@ -11,15 +11,14 @@ HOMEPAGE ="http://sourceforge.net/projects/smbnetfs"
|
|||||||
DEPENDS = "fuse samba"
|
DEPENDS = "fuse samba"
|
||||||
DEPENDS_append_libc-musl = " libexecinfo"
|
DEPENDS_append_libc-musl = " libexecinfo"
|
||||||
|
|
||||||
|
inherit autotools pkgconfig features_check
|
||||||
|
|
||||||
# samba depends on libpam
|
# samba depends on libpam
|
||||||
inherit features_check
|
|
||||||
REQUIRED_DISTRO_FEATURES = "pam"
|
REQUIRED_DISTRO_FEATURES = "pam"
|
||||||
|
|
||||||
inherit autotools gitpkgv pkgconfig
|
PV = "0.6.1+git${SRCPV}"
|
||||||
|
|
||||||
PKGV = "${GITPKGVTAG}"
|
SRCREV = "a117eec8de7ed7249871da73dcc350283ce72069"
|
||||||
|
|
||||||
SRCREV = "bc6b94b015fdaf7c4dab56ccb996eecea8bc4373"
|
|
||||||
|
|
||||||
SRC_URI = "git://smbnetfs.git.sourceforge.net/gitroot/smbnetfs/smbnetfs;branch=master \
|
SRC_URI = "git://smbnetfs.git.sourceforge.net/gitroot/smbnetfs/smbnetfs;branch=master \
|
||||||
file://configure.patch \
|
file://configure.patch \
|
||||||
|
|||||||
Reference in New Issue
Block a user