diff options
| author | Changqing Li <changqing.li@windriver.com> | 2024-11-21 14:02:56 +0800 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2024-11-22 16:53:37 +0000 |
| commit | 3ac6922c04089e1729bbebea947e1d5c3ac942c5 (patch) | |
| tree | 840f3580220dd66f48328fc4e84b06166d2bdad2 /meta/recipes-sato | |
| parent | 3f4fbbdbea9df678746f880c9de05642aeb625cf (diff) | |
| download | poky-3ac6922c04089e1729bbebea947e1d5c3ac942c5.tar.gz | |
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>
Diffstat (limited to 'meta/recipes-sato')
| -rw-r--r-- | meta/recipes-sato/rxvt-unicode/rxvt-unicode.inc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/recipes-sato/rxvt-unicode/rxvt-unicode.inc b/meta/recipes-sato/rxvt-unicode/rxvt-unicode.inc index 8cd41f3392..2eab0d4ec4 100644 --- a/meta/recipes-sato/rxvt-unicode/rxvt-unicode.inc +++ b/meta/recipes-sato/rxvt-unicode/rxvt-unicode.inc | |||
| @@ -30,7 +30,8 @@ EXTRA_OECONF = "--enable-xim \ | |||
| 30 | --with-codesets=eu --enable-pointer-blank \ | 30 | --with-codesets=eu --enable-pointer-blank \ |
| 31 | --enable-text-blink --enable-rxvt-scroll \ | 31 | --enable-text-blink --enable-rxvt-scroll \ |
| 32 | --enable-combining --disable-perl \ | 32 | --enable-combining --disable-perl \ |
| 33 | --with-x=${STAGING_DIR_HOST}${prefix}" | 33 | --with-x=${STAGING_DIR_HOST}${prefix} \ |
| 34 | ac_cv_path_TIC=:" | ||
| 34 | 35 | ||
| 35 | PACKAGECONFIG ??= "" | 36 | PACKAGECONFIG ??= "" |
| 36 | PACKAGECONFIG[startup] = "--enable-startup-notification,--disable-startup-notification,startup-notification," | 37 | PACKAGECONFIG[startup] = "--enable-startup-notification,--disable-startup-notification,startup-notification," |
