diff options
author | Alexander Kanavin <alex.kanavin@gmail.com> | 2022-09-01 09:21:19 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-09-02 15:58:25 +0100 |
commit | 8764a2adb9af8e6c495bb9ffc264d1dc8bb1eb5b (patch) | |
tree | 2e7b7a286a00cab8d0fe8756d829a74bcbc90b34 /meta/recipes-extended | |
parent | d3a6ccf58af71f04ad0e9cef65b22f47d5960188 (diff) | |
download | poky-8764a2adb9af8e6c495bb9ffc264d1dc8bb1eb5b.tar.gz |
mc: submit perl warnings patch upstream
(From OE-Core rev: b86a6c4f233c3a7716a8ac10951ffbc92f2fd1c1)
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended')
-rw-r--r-- | meta/recipes-extended/mc/files/0001-mc-replace-perl-w-with-use-warnings.patch | 2 |
1 files changed, 1 insertions, 1 deletions
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 bf8037cd28..012a499684 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. | |||
17 | 17 | ||
18 | The man2hlp.in already has "use warnings;", so just remove '-w' is OK. | 18 | The man2hlp.in already has "use warnings;", so just remove '-w' is OK. |
19 | 19 | ||
20 | Upstream-Status: Pending | 20 | Upstream-Status: Submitted [https://github.com/MidnightCommander/mc/pull/174] |
21 | 21 | ||
22 | Signed-off-by: Robert Yang <liezhi.yang@windriver.com> | 22 | Signed-off-by: Robert Yang <liezhi.yang@windriver.com> |
23 | --- | 23 | --- |