diff options
-rw-r--r-- | meta/recipes-extended/slang/slang/terminfo_fixes.patch | 4 |
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 | |||
2 | ncurses pkg-config, but fix the macro to not reference host directories. | 2 | ncurses pkg-config, but fix the macro to not reference host directories. |
3 | Also add src/test/Makefile.in so that we can use -ltermcap if we want to. | 3 | Also add src/test/Makefile.in so that we can use -ltermcap if we want to. |
4 | 4 | ||
5 | Upstream-Status: Pending | 5 | Upstream isn't going to take this, as it forces blank values and |
6 | removes functionality without replacing it. | ||
7 | Upstream-Status: Inappropriate [see above] | ||
6 | 8 | ||
7 | Signed-off-by: Joe Slater <joe.slater@windriver.com> | 9 | Signed-off-by: Joe Slater <joe.slater@windriver.com> |
8 | 10 | ||