[meta-oe][PATCH] rsyslog: add autoconf-archive-native to DEPENDS
Jaipaul Cheernam <[email protected]> Mon, 3 Aug 2026 14:38:31 +0200
| Newsgroups | org.openembedded.lists.openembedded-devel |
|---|---|
| Message-ID | <[email protected]> |
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_FLAG= S | 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 <[email protected]> --- To reproduce, ptest needs to be off (otherwise the librelp path masks it): echo 'DISTRO_FEATURES:remove =3D "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 --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, My= SQL,\ encryption protected syslog relay chains while at the same time being\ very easy to setup for the novice user." =20 -DEPENDS =3D "zlib libestr libfastjson bison-native flex-native liblogging" +DEPENDS =3D "zlib libestr libfastjson bison-native flex-native liblogging = autoconf-archive-native" HOMEPAGE =3D "http://www.rsyslog.com/" LICENSE =3D "Apache-2.0 AND GPL-3.0-only AND LGPL-3.0-only" LIC_FILES_CHKSUM =3D "file://COPYING;md5=3D51d9635e646fb75e1b74c074f788e97= 3 \