]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
mc: submit perl warnings patch upstream
authorAlexander Kanavin <alex.kanavin@gmail.com>
Thu, 1 Sep 2022 07:21:19 +0000 (09:21 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 2 Sep 2022 14:54:45 +0000 (15:54 +0100)
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
meta/recipes-extended/mc/files/0001-mc-replace-perl-w-with-use-warnings.patch

index bf8037cd2889554a92f1f6f4f40b36cca24c89b0..012a4996840a718e14986a3c0e8337509a813219 100644 (file)
@@ -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 <liezhi.yang@windriver.com>
 ---