mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-05-21 14:16:35 +00:00
rsyslog: Enable openssl transport by default
gnutls is not enabled in librelp and therefore tests fail becasue it uses openssl but rsyslog uses gnutls, FAIL: sndrcv_relp_tls_prio.sh therefore default to using openssl for both the packages. gnutls can be enabled for both via bbappends but its not default anymore. Signed-off-by: Khem Raj <raj.khem@gmail.com> Cc: Nicolas Marguet <nicolas.marguet@windriver.com>
This commit is contained in:
parent
523f935691
commit
8a1e2109c6
@ -47,7 +47,7 @@ EXTRA_OECONF:remove:riscv32 = "ap_cv_atomic_builtins=yes"
|
||||
# first line is default yes in configure
|
||||
PACKAGECONFIG ??= " \
|
||||
rsyslogd rsyslogrt klog inet regexp uuid libgcrypt \
|
||||
fmhttp imdiag gnutls imfile \
|
||||
fmhttp imdiag openssl imfile \
|
||||
${@bb.utils.filter('DISTRO_FEATURES', 'snmp systemd', d)} \
|
||||
${@bb.utils.contains('DISTRO_FEATURES', 'ptest', 'testbench relp ${VALGRIND}', '', d)} \
|
||||
"
|
||||
@ -70,6 +70,7 @@ PACKAGECONFIG[imdiag] = "--enable-imdiag,--disable-imdiag,,"
|
||||
PACKAGECONFIG[imfile] = "--enable-imfile,--disable-imfile,,"
|
||||
PACKAGECONFIG[snmp] = "--enable-snmp,--disable-snmp,net-snmp,"
|
||||
PACKAGECONFIG[gnutls] = "--enable-gnutls,--disable-gnutls,gnutls,"
|
||||
PACKAGECONFIG[openssl] = "--enable-openssl,--disable-openssl,openssl,"
|
||||
PACKAGECONFIG[systemd] = "--with-systemdsystemunitdir=${systemd_unitdir}/system/,--without-systemdsystemunitdir,systemd,"
|
||||
PACKAGECONFIG[imjournal] = "--enable-imjournal,--disable-imjournal,"
|
||||
PACKAGECONFIG[mmjsonparse] = "--enable-mmjsonparse,--disable-mmjsonparse,"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user