]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
groff: submit patches upstream
authorAlexander Kanavin <alex.kanavin@gmail.com>
Mon, 31 Oct 2022 11:47:10 +0000 (12:47 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 1 Nov 2022 17:34:22 +0000 (17:34 +0000)
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>
meta/recipes-extended/groff/files/0001-Make-manpages-mulitlib-identical.patch
meta/recipes-extended/groff/files/0001-replace-perl-w-with-use-warnings.patch

index 9105da6457624277c5e8d366b034ffdf366c863c..c3cfc7cea8252be17d3788cd2ad05779b992252b 100644 (file)
@@ -3,7 +3,7 @@ From: Jeremy Puhlman <jpuhlman@mvista.com>
 Date: Sat, 7 Mar 2020 00:59:13 +0000
 Subject: [PATCH] Make manpages mulitlib identical
 
-Upstream-Status: Pending
+Upstream-Status: Submitted [by email to g.branden.robinson@gmail.com]
 Signed-off-by: Jeremy Puhlman <jpuhlman@mvista.com>
 ---
  Makefile.am | 2 +-
index eda6a40f51b0375f965ce965d246afd73b2362ef..b028fa20aa6e0f2910291feff434d0add119d77d 100644 (file)
@@ -15,7 +15,7 @@ doesn't work:
 
 So replace "perl -w" with "use warnings" to make it work.
 
-Upstream-Status: Pending
+Upstream-Status: Submitted [by email to g.branden.robinson@gmail.com]
 
 Signed-off-by: Robert Yang <liezhi.yang@windriver.com>