diff options
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.bb | 7 |
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" | |||
| 17 | inherit autotools pkgconfig ptest | 17 | inherit autotools pkgconfig ptest |
| 18 | 18 | ||
| 19 | PACKAGECONFIG ?= "tls-openssl valgrind" | 19 | PACKAGECONFIG ?= "tls-openssl valgrind" |
| 20 | # Valgrind is not available for RISCV yet | 20 | # Valgrind is not available for RISCV32 yet |
| 21 | PACKAGECONFIG:remove:riscv64 = "valgrind" | ||
| 22 | PACKAGECONFIG:remove:riscv32 = "valgrind" | 21 | PACKAGECONFIG:remove:riscv32 = "valgrind" |
| 22 | # armv4/armv5/armv6 is not in COMPATIBLE_HOST of valgrind | ||
| 23 | PACKAGECONFIG:remove:armv4 = "valgrind" | ||
| 24 | PACKAGECONFIG:remove:armv5 = "valgrind" | ||
| 25 | PACKAGECONFIG:remove:armv6 = "valgrind" | ||
| 23 | 26 | ||
| 24 | PACKAGECONFIG[tls] = "--enable-tls,--disable-tls,gnutls nettle" | 27 | PACKAGECONFIG[tls] = "--enable-tls,--disable-tls,gnutls nettle" |
| 25 | PACKAGECONFIG[tls-openssl] = "--enable-tls-openssl,--disable-tls-openssl,openssl" | 28 | PACKAGECONFIG[tls-openssl] = "--enable-tls-openssl,--disable-tls-openssl,openssl" |
