aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/slang/slang_2.3.1a.bb
diff options
context:
space:
mode:
authorJoe Slater <jslater@windriver.com>2017-08-01 12:36:53 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-08-09 23:38:28 +0100
commit53fbc138c8f5652890d477ef21dcb52ec06abb21 (patch)
treeb0f458a2c67a849d4c266337691ca3eea4d8bded /meta/recipes-extended/slang/slang_2.3.1a.bb
parent34afb46f75d6c356f23f70c5ece96e45594e1546 (diff)
downloadopenembedded-core-contrib-53fbc138c8f5652890d477ef21dcb52ec06abb21.tar.gz
slang: fix terminfo related problems
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. Signed-off-by: Joe Slater <jslater@windriver.com> Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'meta/recipes-extended/slang/slang_2.3.1a.bb')
-rw-r--r--meta/recipes-extended/slang/slang_2.3.1a.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-extended/slang/slang_2.3.1a.bb b/meta/recipes-extended/slang/slang_2.3.1a.bb
index b302104ee1..0585c14da5 100644
--- a/meta/recipes-extended/slang/slang_2.3.1a.bb
+++ b/meta/recipes-extended/slang/slang_2.3.1a.bb
@@ -18,6 +18,7 @@ SRC_URI = "http://www.jedsoft.org/releases/${BPN}/${BP}.tar.bz2 \
file://no-x.patch \
file://dont-link-to-host.patch \
file://test-add-output-in-the-format-result-testname.patch \
+ file://terminfo_fixes.patch \
file://run-ptest \
"