[oe-commits] Richard Purdie : smbfsnet: Use "foreign" automake strictness

git at git.openembedded.org git at git.openembedded.org
Mon Jul 21 22:04:24 UTC 2014


Module: meta-openembedded.git
Branch: master
Commit: ce73cf206fcce5ccd1a04d35bedecad7f25c260a
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=ce73cf206fcce5ccd1a04d35bedecad7f25c260a

Author: Richard Purdie <richard.purdie at linuxfoundation.org>
Date:   Fri Jul 18 08:15:45 2014 +0000

smbfsnet: Use "foreign" automake strictness

Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 .../recipes-filesystems/smbnetfs/smbnetfs/configure.patch     | 11 +++++++++++
 meta-filesystems/recipes-filesystems/smbnetfs/smbnetfs_git.bb |  3 ++-
 2 files changed, 13 insertions(+), 1 deletion(-)

diff --git a/meta-filesystems/recipes-filesystems/smbnetfs/smbnetfs/configure.patch b/meta-filesystems/recipes-filesystems/smbnetfs/smbnetfs/configure.patch
new file mode 100644
index 0000000..c80fed1
--- /dev/null
+++ b/meta-filesystems/recipes-filesystems/smbnetfs/smbnetfs/configure.patch
@@ -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
+ 
diff --git a/meta-filesystems/recipes-filesystems/smbnetfs/smbnetfs_git.bb b/meta-filesystems/recipes-filesystems/smbnetfs/smbnetfs_git.bb
index c25f5d6..a0eddbc 100644
--- a/meta-filesystems/recipes-filesystems/smbnetfs/smbnetfs_git.bb
+++ b/meta-filesystems/recipes-filesystems/smbnetfs/smbnetfs_git.bb
@@ -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"



More information about the Openembedded-commits mailing list