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. Disable the terminfo installation by setting TIC to : Signed-off-by: Changqing Li <[email protected]> Signed-off-by: Richard Purdie <[email protected]> (cherry picked from commit fe35ead2c3135a18c346e7baa31d34b15c3e2d95) Signed-off-by: Steve Sakoman <[email protected]> --- meta/recipes-sato/rxvt-unicode/rxvt-unicode.inc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/meta/recipes-sato/rxvt-unicode/rxvt-unicode.inc b/meta/recipes-sato/rxvt-unicode/rxvt-unicode.inc index e7d520ebef..aa26cc41a8 100644 --- a/meta/recipes-sato/rxvt-unicode/rxvt-unicode.inc +++ b/meta/recipes-sato/rxvt-unicode/rxvt-unicode.inc @@ -28,7 +28,8 @@ EXTRA_OECONF = "--enable-xim \ --with-codesets=eu --enable-pointer-blank \ --enable-text-blink --enable-rxvt-scroll \ --enable-combining --disable-perl \ - --with-x=${STAGING_DIR_HOST}${prefix}" + --with-x=${STAGING_DIR_HOST}${prefix} \ + ac_cv_path_TIC=:" PACKAGECONFIG ??= "" PACKAGECONFIG[startup] = "--enable-startup-notification,--disable-startup-notification,startup-notification," -- 2.34.1
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#208310): https://lists.openembedded.org/g/openembedded-core/message/208310 Mute This Topic: https://lists.openembedded.org/mt/109924674/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
