From: wangmy@fujitsu.com
To: openembedded-core@lists.openembedded.org
Cc: Wang Mingyu <wangmy@fujitsu.com>, Lei Maohui <leimaohui@fujitsu.com>
Subject: [PATCH] [OE-core] [PATCH v3] ncurses: Fix install conflict when enable multilib.
Date: Thu, 16 Jan 2025 08:19:39 +0800 [thread overview]
Message-ID: <1736986779-18213-1-git-send-email-wangmy@fujitsu.com> (raw)
From: Wang Mingyu <wangmy@fujitsu.com>
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".
Signed-off-by: Lei Maohui <leimaohui@fujitsu.com>
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
meta/recipes-core/ncurses/ncurses.inc | 1 +
1 file changed, 1 insertion(+)
diff --git a/meta/recipes-core/ncurses/ncurses.inc b/meta/recipes-core/ncurses/ncurses.inc
index e96ee075bd..3f93550cf9 100644
--- a/meta/recipes-core/ncurses/ncurses.inc
+++ b/meta/recipes-core/ncurses/ncurses.inc
@@ -70,6 +70,7 @@ ncurses_configure() {
--without-debug \
--without-ada \
--without-gpm \
+ --with-xterm-kbs=del \
--enable-hard-tabs \
--enable-xmc-glitch \
--enable-colorfgbg \
--
2.43.0
next reply other threads:[~2025-01-16 0:19 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-01-16 0:19 wangmy [this message]
2025-01-21 15:30 ` [PATCH] [OE-core] [PATCH v3] ncurses: Fix install conflict when enable multilib Ross Burton
2025-01-21 15:39 ` Alexander Kanavin
2025-01-22 0:16 ` Mingyu Wang (Fujitsu)
2025-01-22 8:28 ` Alexander Kanavin
2025-01-24 2:10 ` Mingyu Wang (Fujitsu)
2025-01-24 10:45 ` Alexander Kanavin
2025-01-25 23:57 ` Mingyu Wang (Fujitsu)
2025-01-27 8:16 ` Alexander Kanavin
2025-02-07 2:03 ` Mingyu Wang (Fujitsu)
2025-02-07 8:42 ` Alexander Kanavin
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1736986779-18213-1-git-send-email-wangmy@fujitsu.com \
--to=wangmy@fujitsu.com \
--cc=leimaohui@fujitsu.com \
--cc=openembedded-core@lists.openembedded.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox