]> code.ossystems Code Review - openembedded-core.git/commitdiff
slang: mark patch as inappropriate for upstream submission
authorAlexander Kanavin <alex.kanavin@gmail.com>
Wed, 17 Nov 2021 15:35:24 +0000 (16:35 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 21 Nov 2021 11:04:00 +0000 (11:04 +0000)
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-extended/slang/slang/terminfo_fixes.patch

index 3e6d15aa79ee734c5ff0caec1eb64343563a2709..3ca20a8cab4d5e2eee780008fa21cca2edd28ab6 100644 (file)
@@ -2,7 +2,9 @@ Do not use the JD_TERMCAP macro since we cannot get the terminfo from
 ncurses pkg-config, but fix the macro to not reference host directories.
 Also add src/test/Makefile.in so that we can use -ltermcap if we want to.
 
-Upstream-Status: Pending
+Upstream isn't going to take this, as it forces blank values and
+removes functionality without replacing it.
+Upstream-Status: Inappropriate [see above]
 
 Signed-off-by: Joe Slater <joe.slater@windriver.com>