smbfsnet: Use "foreign" automake strictness

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Richard Purdie 2014-07-18 08:15:45 +00:00 committed by Martin Jansa
parent 5161b267c7
commit ce73cf206f
2 changed files with 13 additions and 1 deletions

View File

@ -0,0 +1,11 @@
Index: git/configure.in
===================================================================
--- git.orig/configure.in 2014-06-18 16:06:16.040721349 +0000
+++ git/configure.in 2014-07-18 07:49:17.085552256 +0000
@@ -1,5 +1,5 @@
AC_INIT([SMBNetFS],[0.5.3а])
-AM_INIT_AUTOMAKE
+AM_INIT_AUTOMAKE([foreign])
AC_CONFIG_HEADERS([src/config.h])
AC_PROG_CC

View File

@ -16,7 +16,8 @@ PKGV = "${GITPKGVTAG}"
SRCREV = "ace1c519d45fe488b9b7e6cc77a2bcadb6c83464"
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"
PACKAGECONFIG ??= ""
PACKAGECONFIG[gnome-keyring] = "--with-gnome-keyring=yes,--with-gnome-keyring=no,libgnome-keyring"