summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorAlexander Kanavin <alex.kanavin@gmail.com>2021-11-17 16:35:24 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-11-21 11:05:02 +0000
commitd93aa6305e5a9cbfb4f9ea0c8f30e0a06d01ab9c (patch)
tree0192197d4b3343f2a3fa05df30802469fc517e25 /meta
parente7ab3d8c82173c8cc25cc92863586d7192eab2e8 (diff)
downloadpoky-d93aa6305e5a9cbfb4f9ea0c8f30e0a06d01ab9c.tar.gz
slang: mark patch as inappropriate for upstream submission
(From OE-Core rev: a693275cbe710b140b0dca4e265fe812ad70a4e8) Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r--meta/recipes-extended/slang/slang/terminfo_fixes.patch4
1 files changed, 3 insertions, 1 deletions
diff --git a/meta/recipes-extended/slang/slang/terminfo_fixes.patch b/meta/recipes-extended/slang/slang/terminfo_fixes.patch
index 3e6d15aa79..3ca20a8cab 100644
--- a/meta/recipes-extended/slang/slang/terminfo_fixes.patch
+++ b/meta/recipes-extended/slang/slang/terminfo_fixes.patch
@@ -2,7 +2,9 @@ Do not use the JD_TERMCAP macro since we cannot get the terminfo from
2ncurses pkg-config, but fix the macro to not reference host directories. 2ncurses pkg-config, but fix the macro to not reference host directories.
3Also add src/test/Makefile.in so that we can use -ltermcap if we want to. 3Also add src/test/Makefile.in so that we can use -ltermcap if we want to.
4 4
5Upstream-Status: Pending 5Upstream isn't going to take this, as it forces blank values and
6removes functionality without replacing it.
7Upstream-Status: Inappropriate [see above]
6 8
7Signed-off-by: Joe Slater <joe.slater@windriver.com> 9Signed-off-by: Joe Slater <joe.slater@windriver.com>
8 10