@@ -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
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(-)