summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-extended/rsyslog/librelp_1.12.0.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/recipes-extended/rsyslog/librelp_1.12.0.bb')
-rw-r--r--meta-oe/recipes-extended/rsyslog/librelp_1.12.0.bb7
1 files changed, 5 insertions, 2 deletions
diff --git a/meta-oe/recipes-extended/rsyslog/librelp_1.12.0.bb b/meta-oe/recipes-extended/rsyslog/librelp_1.12.0.bb
index 6bad112e5a..260e4171a7 100644
--- a/meta-oe/recipes-extended/rsyslog/librelp_1.12.0.bb
+++ b/meta-oe/recipes-extended/rsyslog/librelp_1.12.0.bb
@@ -17,9 +17,12 @@ CVE_PRODUCT = "rsyslog:librelp"
17inherit autotools pkgconfig ptest 17inherit autotools pkgconfig ptest
18 18
19PACKAGECONFIG ?= "tls-openssl valgrind" 19PACKAGECONFIG ?= "tls-openssl valgrind"
20# Valgrind is not available for RISCV yet 20# Valgrind is not available for RISCV32 yet
21PACKAGECONFIG:remove:riscv64 = "valgrind"
22PACKAGECONFIG:remove:riscv32 = "valgrind" 21PACKAGECONFIG:remove:riscv32 = "valgrind"
22# armv4/armv5/armv6 is not in COMPATIBLE_HOST of valgrind
23PACKAGECONFIG:remove:armv4 = "valgrind"
24PACKAGECONFIG:remove:armv5 = "valgrind"
25PACKAGECONFIG:remove:armv6 = "valgrind"
23 26
24PACKAGECONFIG[tls] = "--enable-tls,--disable-tls,gnutls nettle" 27PACKAGECONFIG[tls] = "--enable-tls,--disable-tls,gnutls nettle"
25PACKAGECONFIG[tls-openssl] = "--enable-tls-openssl,--disable-tls-openssl,openssl" 28PACKAGECONFIG[tls-openssl] = "--enable-tls-openssl,--disable-tls-openssl,openssl"