mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-04-02 02:49:12 +00:00
librelp: update PACKAGECONFIG setting related to valgrind
The riscv64 is now in COMPATIBLE_HOST of valgrind. The armv4/armv5/armv6 are not in COMPATIBLE_HOST of valgrind. Update the settings accordingly. Signed-off-by: Chen Qi <Qi.Chen@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
1e824240fb
commit
42ea269266
@ -17,9 +17,12 @@ CVE_PRODUCT = "rsyslog:librelp"
|
||||
inherit autotools pkgconfig ptest
|
||||
|
||||
PACKAGECONFIG ?= "tls-openssl valgrind"
|
||||
# Valgrind is not available for RISCV yet
|
||||
PACKAGECONFIG:remove:riscv64 = "valgrind"
|
||||
# Valgrind is not available for RISCV32 yet
|
||||
PACKAGECONFIG:remove:riscv32 = "valgrind"
|
||||
# armv4/armv5/armv6 is not in COMPATIBLE_HOST of valgrind
|
||||
PACKAGECONFIG:remove:armv4 = "valgrind"
|
||||
PACKAGECONFIG:remove:armv5 = "valgrind"
|
||||
PACKAGECONFIG:remove:armv6 = "valgrind"
|
||||
|
||||
PACKAGECONFIG[tls] = "--enable-tls,--disable-tls,gnutls nettle"
|
||||
PACKAGECONFIG[tls-openssl] = "--enable-tls-openssl,--disable-tls-openssl,openssl"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user