[oe-commits] Richard Purdie : buildtools-tarball: Add nativesdk-ncurses-terminfo-base

git at git.openembedded.org git at git.openembedded.org
Fri Jun 14 11:47:21 UTC 2013


Module: openembedded-core.git
Branch: master-next
Commit: 697e64c98affc4e0d8aa4828e74331c918b23a0e
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=697e64c98affc4e0d8aa4828e74331c918b23a0e

Author: Richard Purdie <richard.purdie at linuxfoundation.org>
Date:   Fri Jun 14 12:46:05 2013 +0100

buildtools-tarball: Add nativesdk-ncurses-terminfo-base

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).

Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 meta/recipes-core/meta/buildtools-tarball.bb |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/meta/recipes-core/meta/buildtools-tarball.bb b/meta/recipes-core/meta/buildtools-tarball.bb
index 00fc26f..7a91c6b 100644
--- a/meta/recipes-core/meta/buildtools-tarball.bb
+++ b/meta/recipes-core/meta/buildtools-tarball.bb
@@ -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 \



More information about the Openembedded-commits mailing list