mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-05-19 01:37:54 +00:00
smbfsnet: Use "foreign" automake strictness
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
parent
5161b267c7
commit
ce73cf206f
@ -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
|
||||
|
||||
@ -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"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user