mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-08-30 00:33:19 +00:00
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 <jaipaul.cheernam@est.tech> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
This commit is contained in:
committed by
Khem Raj
parent
a3d22fd0fc
commit
8ac0b70c8a
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user