Openembedded Core Discussions
 help / color / mirror / Atom feed
* [oe][meta][PATCH] dropbear: add xauth runtime dependency when x11-forwarding is enabled
@ 2025-06-05  9:18 Andrej Valek
  2025-06-09 16:54 ` [OE-core] " Ross Burton
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Andrej Valek @ 2025-06-05  9:18 UTC (permalink / raw)
  To: openembedded-core; +Cc: Andrej Valek

Even if enable-x11-forwarding was used, XAUTH_COMMAND failed due to missing
xauth.

Signed-off-by: Andrej Valek <andrej.v@skyrain.eu>
---
 meta/recipes-core/dropbear/dropbear_2025.88.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-core/dropbear/dropbear_2025.88.bb b/meta/recipes-core/dropbear/dropbear_2025.88.bb
index f203763b17..a1317d3b73 100644
--- a/meta/recipes-core/dropbear/dropbear_2025.88.bb
+++ b/meta/recipes-core/dropbear/dropbear_2025.88.bb
@@ -51,7 +51,7 @@ EXTRA_OEMAKE = 'MULTI=1 SCPPROGRESS=1 PROGRAMS="${SBINCOMMANDS} ${BINCOMMANDS}"'
 PACKAGECONFIG ?= "${@bb.utils.filter('DISTRO_FEATURES', 'pam', d)}"
 PACKAGECONFIG[pam] = "--enable-pam,--disable-pam,libpam,${PAM_PLUGINS}"
 PACKAGECONFIG[system-libtom] = "--disable-bundled-libtom,--enable-bundled-libtom,libtommath libtomcrypt"
-PACKAGECONFIG[enable-x11-forwarding] = ""
+PACKAGECONFIG[enable-x11-forwarding] = ",,,xauth"
 
 # This option appends to CFLAGS and LDFLAGS from OE
 # This is causing [textrel] QA warning
-- 
2.34.1



^ permalink raw reply related	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2025-06-18  8:16 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-06-05  9:18 [oe][meta][PATCH] dropbear: add xauth runtime dependency when x11-forwarding is enabled Andrej Valek
2025-06-09 16:54 ` [OE-core] " Ross Burton
2025-06-10  6:42   ` Andrej Valek
2025-06-10  9:48     ` Ross Burton
2025-06-16  7:37 ` [OE-core][meta][PATCH v2] dropbear: add xauth runtime recommends dependency on x11 DISTRO_FEATURE Andrej Valek
2025-06-17  8:06   ` Mathieu Dubois-Briand
2025-06-18  8:04 ` [oe][meta-oe][PATCH v3] " Andrej Valek
2025-06-18  8:16   ` Patchtest results for " patchtest

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox