From: Alexander Kanavin Date: Thu, 1 Sep 2022 07:21:19 +0000 (+0200) Subject: mc: submit perl warnings patch upstream X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~3064 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b86a6c4f233c3a7716a8ac10951ffbc92f2fd1c1;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git mc: submit perl warnings patch upstream Signed-off-by: Alexander Kanavin Signed-off-by: Alexandre Belloni --- diff --git a/meta/recipes-extended/mc/files/0001-mc-replace-perl-w-with-use-warnings.patch b/meta/recipes-extended/mc/files/0001-mc-replace-perl-w-with-use-warnings.patch index bf8037cd288..012a4996840 100644 --- a/meta/recipes-extended/mc/files/0001-mc-replace-perl-w-with-use-warnings.patch +++ b/meta/recipes-extended/mc/files/0001-mc-replace-perl-w-with-use-warnings.patch @@ -17,7 +17,7 @@ So replace "perl -w" with "use warnings" to make it work. The man2hlp.in already has "use warnings;", so just remove '-w' is OK. -Upstream-Status: Pending +Upstream-Status: Submitted [https://github.com/MidnightCommander/mc/pull/174] Signed-off-by: Robert Yang ---