modemmanager: remove old not used patch
Signed-off-by: Javier Viguera <javier.viguera@digi.com>
This commit is contained in:
parent
1e89975669
commit
e64002650d
|
|
@ -1,27 +0,0 @@
|
||||||
From: Javier Viguera <javier.viguera@digi.com>
|
|
||||||
Date: Thu, 6 Apr 2017 11:17:46 +0200
|
|
||||||
Subject: [PATCH] configure.ac: add foreign automake option
|
|
||||||
|
|
||||||
Needed to build the repository directly in Yocto, so the missing
|
|
||||||
autotools files are generated.
|
|
||||||
|
|
||||||
Upstream-Status: Inappropriate [DEY specific]
|
|
||||||
|
|
||||||
Signed-off-by: Javier Viguera <javier.viguera@digi.com>
|
|
||||||
---
|
|
||||||
configure.ac | 2 +-
|
|
||||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
||||||
|
|
||||||
diff --git a/configure.ac b/configure.ac
|
|
||||||
index c8a35d1b1a3f..24ed761d8e42 100644
|
|
||||||
--- a/configure.ac
|
|
||||||
+++ b/configure.ac
|
|
||||||
@@ -26,7 +26,7 @@ dnl-----------------------------------------------------------------------------
|
|
||||||
dnl autoconf, automake, libtool initialization
|
|
||||||
dnl
|
|
||||||
AC_INIT([ModemManager],[mm_version],[modemmanager-devel@lists.freedesktop.org],[ModemManager])
|
|
||||||
-AM_INIT_AUTOMAKE([1.11.2 subdir-objects tar-ustar no-dist-gzip dist-xz -Wno-portability])
|
|
||||||
+AM_INIT_AUTOMAKE([1.11.2 foreign subdir-objects tar-ustar no-dist-gzip dist-xz -Wno-portability])
|
|
||||||
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
|
|
||||||
|
|
||||||
AM_MAINTAINER_MODE([enable])
|
|
||||||
Loading…
Reference in New Issue