From 7cad5628a081776b97e6afab488c2ab8d97ebb0c Mon Sep 17 00:00:00 2001 From: Alexander Kanavin Date: Sun, 31 May 2020 17:52:36 +0200 Subject: automake: 1.16.1 -> 1.16.2 (From OE-Core rev: 70db6675aabdda6465912a1c1f7a2a7391201517) Signed-off-by: Alexander Kanavin Signed-off-by: Richard Purdie --- ...w-option-in-shebangs-with-modern-use-warnings.patch | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'meta/recipes-devtools/automake/automake/automake-replace-w-option-in-shebangs-with-modern-use-warnings.patch') diff --git a/meta/recipes-devtools/automake/automake/automake-replace-w-option-in-shebangs-with-modern-use-warnings.patch b/meta/recipes-devtools/automake/automake/automake-replace-w-option-in-shebangs-with-modern-use-warnings.patch index 1592c02cb9..0e84c4bf86 100644 --- a/meta/recipes-devtools/automake/automake/automake-replace-w-option-in-shebangs-with-modern-use-warnings.patch +++ b/meta/recipes-devtools/automake/automake/automake-replace-w-option-in-shebangs-with-modern-use-warnings.patch @@ -1,4 +1,4 @@ -From 081385f4d4bba367afad3bff1fa034f5263305e6 Mon Sep 17 00:00:00 2001 +From 857c843d4bcf576467b505eb05a47f3e7d32caaa Mon Sep 17 00:00:00 2001 From: Serhii Popovych Date: Wed, 10 Feb 2016 17:07:32 +0000 Subject: [PATCH] perl: Replace -w option in shebangs with modern "use @@ -23,16 +23,16 @@ Signed-off-by: Robert Yang 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/bin/aclocal.in b/bin/aclocal.in -index b3715d9..461d453 100644 +index 9a20325..bd185d4 100644 --- a/bin/aclocal.in +++ b/bin/aclocal.in @@ -1,4 +1,4 @@ -#!@PERL@ -w +#!@PERL@ - # -*- perl -*- + # aclocal - create aclocal.m4 by scanning configure.ac -*- perl -*- # @configure_input@ - -@@ -32,6 +32,7 @@ BEGIN + # Copyright (C) 1996-2020 Free Software Foundation, Inc. +@@ -26,6 +26,7 @@ BEGIN } use strict; @@ -41,16 +41,16 @@ index b3715d9..461d453 100644 use Automake::Config; use Automake::General; diff --git a/bin/automake.in b/bin/automake.in -index 8377d20..3a66965 100644 +index 5ed404a..d387b8e 100644 --- a/bin/automake.in +++ b/bin/automake.in @@ -1,4 +1,4 @@ -#!@PERL@ -w +#!@PERL@ - # -*- perl -*- + # automake - create Makefile.in from Makefile.am -*- perl -*- # @configure_input@ - -@@ -28,6 +28,7 @@ eval 'case $# in 0) exec @PERL@ -S "$0";; *) exec @PERL@ -S "$0" "$@";; esac' + # Copyright (C) 1994-2020 Free Software Foundation, Inc. +@@ -23,6 +23,7 @@ package Automake; use strict; -- cgit v1.2.3-54-g00ecf