From e64002650d9715df79a7091e25ff1ced0a42780d Mon Sep 17 00:00:00 2001 From: Javier Viguera Date: Wed, 29 Jan 2025 14:01:49 +0100 Subject: [PATCH] modemmanager: remove old not used patch Signed-off-by: Javier Viguera --- ...igure.ac-add-foreign-automake-option.patch | 27 ------------------- 1 file changed, 27 deletions(-) delete mode 100644 meta-digi-dey/recipes-connectivity/modemmanager/modemmanager/0001-configure.ac-add-foreign-automake-option.patch diff --git a/meta-digi-dey/recipes-connectivity/modemmanager/modemmanager/0001-configure.ac-add-foreign-automake-option.patch b/meta-digi-dey/recipes-connectivity/modemmanager/modemmanager/0001-configure.ac-add-foreign-automake-option.patch deleted file mode 100644 index 5f969f5b9..000000000 --- a/meta-digi-dey/recipes-connectivity/modemmanager/modemmanager/0001-configure.ac-add-foreign-automake-option.patch +++ /dev/null @@ -1,27 +0,0 @@ -From: Javier Viguera -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 ---- - 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])