diff mbox series

[meta-oe] xterm: fix conflict between multilibs

Message ID 20251106025057.2979-1-liuyd.fnst@fujitsu.com
State New
Headers show
Series [meta-oe] xterm: fix conflict between multilibs | expand

Commit Message

Liu Yiding Nov. 6, 2025, 2:50 a.m. UTC
Don't specify the program-transform-name to prevent conflict error as following:
Error: Transaction test error:
  file /usr/bin/koi8rxterm conflicts between attempted installs of lib32-xterm-403-r0.core2_32 and xterm-403-r0.x86_64_v3
  file /usr/bin/resize.xterm conflicts between attempted installs of lib32-xterm-403-r0.core2_32 and xterm-403-r0.x86_64_v3
  file /usr/bin/uxterm conflicts between attempted installs of lib32-xterm-403-r0.core2_32 and xterm-403-r0.x86_64_v3
  file /usr/bin/xterm conflicts between attempted installs of lib32-xterm-403-r0.core2_32 and xterm-403-r0.x86_64_v3
  file /usr/share/applications/uxterm.desktop conflicts between attempted installs of lib32-xterm-403-r0.core2_32 and xterm-403-r0.x86_64_v3
  file /usr/share/applications/xterm.desktop conflicts between attempted installs of lib32-xterm-403-r0.core2_32 and xterm-403-r0.x86_64_v3

Signed-off-by: Liu Yiding <liuyd.fnst@fujitsu.com>
---
 meta-oe/recipes-graphics/xorg-app/xterm_403.bb | 1 +
 1 file changed, 1 insertion(+)
diff mbox series

Patch

diff --git a/meta-oe/recipes-graphics/xorg-app/xterm_403.bb b/meta-oe/recipes-graphics/xorg-app/xterm_403.bb
index db59b10a15..a6f2b55336 100644
--- a/meta-oe/recipes-graphics/xorg-app/xterm_403.bb
+++ b/meta-oe/recipes-graphics/xorg-app/xterm_403.bb
@@ -22,6 +22,7 @@  EXTRA_OECONF = " --x-includes=${STAGING_INCDIR} \
                  --disable-rpath-hack \
                  --disable-setuid \
                  --with-app-defaults=${datadir}/X11/app-defaults \
+                 --program-transform-name= \
                  "
 
 B = "${S}"