summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/slang/slang/terminfo_fixes.patch
Commit message (Collapse)AuthorAgeFilesLines
* slang: fix terminfo related problemsJoe Slater2017-08-131-0/+148
Do not use the JD_TERMCAP macro since we cannot get the terminfo from ncurses pkg-config variants, 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. Since the recipe DEPENDS on ncurses, we assume terminfo is there. (From OE-Core rev: 53fbc138c8f5652890d477ef21dcb52ec06abb21) Signed-off-by: Joe Slater <jslater@windriver.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>