diff mbox series

[meta-oe] rsyslog: add autoconf-archive-native to DEPENDS

Message ID 20260803123831.74343-1-jaipaul.cheernam@est.tech
State New
Headers show
Series [meta-oe] rsyslog: add autoconf-archive-native to DEPENDS | expand

Commit Message

Jaipaul Cheernam Aug. 3, 2026, 12:38 p.m. UTC
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 <jaipaul.cheernam@est.tech>
---
To reproduce, ptest needs to be off (otherwise the librelp path
masks it):

  echo 'DISTRO_FEATURES:remove = "ptest"' >> conf/local.conf
  bitbake rsyslog

 meta-oe/recipes-extended/rsyslog/rsyslog_8.2606.0.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

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 \