poky/meta/recipes-sato/rxvt-unicode
Changqing Li 3ac6922c04 rxvt-unicode.inc: disable the terminfo installation by setting TIC to :
Without this change, TIC is the native tic in recipe-sysroot-native.
By default, native tic has set its default terminfo path to native path:
${datadir}/terminfo; $HOME/.terminfo

When sstate cache is used, the cached native tic's terminfo path could
be a path not exist on current host, then native tic will try to install
terminfo to HOME dir, cause host contamination.

Disable the terminfo installation by setting TIC to :

(From OE-Core rev: fe35ead2c3135a18c346e7baa31d34b15c3e2d95)

Signed-off-by: Changqing Li <changqing.li@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2024-11-22 16:53:37 +00:00
..
rxvt-unicode rxvt: add rxvt to desktop entry name 2024-03-06 12:13:16 +00:00
rxvt-unicode_9.31.bb rxvt-unicode: upgrade 9.30 -> 9.31 2023-01-12 23:08:59 +00:00
rxvt-unicode.inc rxvt-unicode.inc: disable the terminfo installation by setting TIC to : 2024-11-22 16:53:37 +00:00