diff options
author | Alexander Kanavin <alex.kanavin@gmail.com> | 2022-10-31 12:47:10 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-11-01 17:34:59 +0000 |
commit | 8cc50902163a2389e0ae3d7682f693abfa8ff5f3 (patch) | |
tree | 2b0f3cbb7d34d4c3b622b8759a0dbd8f04f4eaaf | |
parent | d892f4f385b23822990f72100bef30ddced6d900 (diff) | |
download | poky-8cc50902163a2389e0ae3d7682f693abfa8ff5f3.tar.gz |
groff: submit patches upstream
(From OE-Core rev: 4269cfcd6c29be05964010d0406584b80822d1d1)
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>
-rw-r--r-- | meta/recipes-extended/groff/files/0001-Make-manpages-mulitlib-identical.patch | 2 | ||||
-rw-r--r-- | meta/recipes-extended/groff/files/0001-replace-perl-w-with-use-warnings.patch | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-extended/groff/files/0001-Make-manpages-mulitlib-identical.patch b/meta/recipes-extended/groff/files/0001-Make-manpages-mulitlib-identical.patch index 9105da6457..c3cfc7cea8 100644 --- a/meta/recipes-extended/groff/files/0001-Make-manpages-mulitlib-identical.patch +++ b/meta/recipes-extended/groff/files/0001-Make-manpages-mulitlib-identical.patch | |||
@@ -3,7 +3,7 @@ From: Jeremy Puhlman <jpuhlman@mvista.com> | |||
3 | Date: Sat, 7 Mar 2020 00:59:13 +0000 | 3 | Date: Sat, 7 Mar 2020 00:59:13 +0000 |
4 | Subject: [PATCH] Make manpages mulitlib identical | 4 | Subject: [PATCH] Make manpages mulitlib identical |
5 | 5 | ||
6 | Upstream-Status: Pending | 6 | Upstream-Status: Submitted [by email to g.branden.robinson@gmail.com] |
7 | Signed-off-by: Jeremy Puhlman <jpuhlman@mvista.com> | 7 | Signed-off-by: Jeremy Puhlman <jpuhlman@mvista.com> |
8 | --- | 8 | --- |
9 | Makefile.am | 2 +- | 9 | Makefile.am | 2 +- |
diff --git a/meta/recipes-extended/groff/files/0001-replace-perl-w-with-use-warnings.patch b/meta/recipes-extended/groff/files/0001-replace-perl-w-with-use-warnings.patch index eda6a40f51..b028fa20aa 100644 --- a/meta/recipes-extended/groff/files/0001-replace-perl-w-with-use-warnings.patch +++ b/meta/recipes-extended/groff/files/0001-replace-perl-w-with-use-warnings.patch | |||
@@ -15,7 +15,7 @@ doesn't work: | |||
15 | 15 | ||
16 | So replace "perl -w" with "use warnings" to make it work. | 16 | So replace "perl -w" with "use warnings" to make it work. |
17 | 17 | ||
18 | Upstream-Status: Pending | 18 | Upstream-Status: Submitted [by email to g.branden.robinson@gmail.com] |
19 | 19 | ||
20 | Signed-off-by: Robert Yang <liezhi.yang@windriver.com> | 20 | Signed-off-by: Robert Yang <liezhi.yang@windriver.com> |
21 | 21 | ||