buildtools-tarball: Add nativesdk-ncurses-terminfo-base
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 14 Jun 2013 11:46:05 +0000 (12:46 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 14 Jun 2013 11:47:53 +0000 (12:47 +0100)
We've been seeing issues where some TERM values don't work well with the
tarball. These show up as escape codes coming from simple python calls such
as printing the python version. Adding the terminfo goes part way to addressing
the problem, the remainder is ensuring the relocation code correctly searches
the right path for it (which will be in a follow on patch).

(From OE-Core rev: 697e64c98affc4e0d8aa4828e74331c918b23a0e)

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-core/meta/buildtools-tarball.bb

index 00fc26f..7a91c6b 100644 (file)
@@ -32,6 +32,7 @@ TOOLCHAIN_HOST_TASK ?= "\
     nativesdk-python-unittest \
     nativesdk-python-difflib \
     nativesdk-python-pprint \
+    nativesdk-ncurses-terminfo-base \
     nativesdk-chrpath \
     nativesdk-tar \
     nativesdk-git \