Files
poky/meta/recipes-core
Wang Mingyu c0329693b1 ncurses: Fix install conflict when enable multilib.
The setting of want_xterm_kbs is as following:
case $host_os in
(*linux-gnu|*cygwin|*mingw32|*msys)
    want_xterm_kbs=DEL
    ;;
(*)
    want_xterm_kbs=BS
    ;;
esac

The host_os when enable multilib is as folloing:
host_os of aarch64 : linux-gnu
host_os of aarch32 : linux-gnueabi

So in lib64 package, want_xterm_kbs=DEL, and in lib32 package, want_xterm_kbs=BS.
It results the differences in the terminfo files between lib32 and lib64 packages.

Using --with-xterm-kbs=del to unify the packages of lib32 and lib64 into "want_xterm_kbs=DEL".

(From OE-Core rev: 3868ae96ff32e8335e539ce62f51b7a223547c48)

Signed-off-by: Lei Maohui <leimaohui@fujitsu.com>
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
MAIL: wangmy@fujitsu.com
Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2025-02-11 11:44:19 +00:00
..
2024-01-07 12:24:57 +00:00
2024-12-12 12:52:39 +00:00
2024-11-12 23:54:35 +00:00
2023-04-27 14:41:31 +01:00
2025-01-04 12:34:03 +00:00
2025-02-05 12:49:56 +00:00
2025-01-04 12:34:04 +00:00
2024-11-19 12:54:32 +00:00
2022-11-08 22:47:16 +00:00
2024-08-23 22:43:27 +01:00
2025-01-14 11:57:52 +00:00
2024-12-12 12:52:39 +00:00
2024-04-23 13:40:24 +01:00
2024-08-29 21:58:19 +01:00