From 8ac0b70c8a8b8e6655976d30255835dcfa138799 Mon Sep 17 00:00:00 2001 From: Jaipaul Cheernam Date: Mon, 3 Aug 2026 14:38:31 +0200 Subject: [PATCH] rsyslog: add autoconf-archive-native to DEPENDS configure.ac uses AX_COMPILER_FLAGS, AX_PROG_JAVAC and AX_PROG_JAVA from autoconf-archive, and autoreconf regenerates aclocal.m4 so the copy in the tarball doesn't help. | configure.ac:61: error: undefined or overquoted macro: AX_COMPILER_FLAGS | autoreconf: error: autoconf failed with exit status: 1 Works today only because relp depends on libidn which depends on autoconf-archive. Depend on it directly. Signed-off-by: Jaipaul Cheernam Signed-off-by: Khem Raj --- meta-oe/recipes-extended/rsyslog/rsyslog_8.2606.0.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-oe/recipes-extended/rsyslog/rsyslog_8.2606.0.bb b/meta-oe/recipes-extended/rsyslog/rsyslog_8.2606.0.bb index 0487259c9f..12036e32a8 100644 --- a/meta-oe/recipes-extended/rsyslog/rsyslog_8.2606.0.bb +++ b/meta-oe/recipes-extended/rsyslog/rsyslog_8.2606.0.bb @@ -9,7 +9,7 @@ Rsyslog is an enhanced syslogd supporting, among others, MySQL,\ encryption protected syslog relay chains while at the same time being\ very easy to setup for the novice user." -DEPENDS = "zlib libestr libfastjson bison-native flex-native liblogging" +DEPENDS = "zlib libestr libfastjson bison-native flex-native liblogging autoconf-archive-native" HOMEPAGE = "http://www.rsyslog.com/" LICENSE = "Apache-2.0 AND GPL-3.0-only AND LGPL-3.0-only" LIC_FILES_CHKSUM = "file://COPYING;md5=51d9635e646fb75e1b74c074f788e973 \