From: Changqing Li <[email protected]> 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. This patch disable the terminfo installation by setting TIC to :, we already set the terminfo to correct path in do_install Signed-off-by: Changqing Li <[email protected]> --- meta/recipes-sato/rxvt-unicode/rxvt-unicode.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/meta/recipes-sato/rxvt-unicode/rxvt-unicode.inc b/meta/recipes-sato/rxvt-unicode/rxvt-unicode.inc index 5193eebb0b..ab20ee98d6 100644 --- a/meta/recipes-sato/rxvt-unicode/rxvt-unicode.inc +++ b/meta/recipes-sato/rxvt-unicode/rxvt-unicode.inc @@ -37,6 +37,7 @@ do_configure:prepend () { if [ ! -e ${S}/acinclude.m4 ]; then cp ${S}/aclocal.m4 ${S}/acinclude.m4 fi + sed -i -e 's#@TIC@#:#g' ${S}/doc/Makefile.in } do_compile:prepend () { -- 2.25.1
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#206700): https://lists.openembedded.org/g/openembedded-core/message/206700 Mute This Topic: https://lists.openembedded.org/mt/109403291/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
