mirror of
https://git.yoctoproject.org/meta-security
synced 2026-01-12 03:10:13 +00:00
suricata: drop nfnetlink from pkg config
nfnetlink has a layer dependancy to meta-networking. Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
@@ -121,7 +121,8 @@ CARGO_SRC_DIR = "rust"
|
||||
|
||||
B = "${S}"
|
||||
|
||||
PACKAGECONFIG ??= "jansson file pcre yaml python pcap cap-ng net nfnetlink nss nspr "
|
||||
# nfnetlink has a dependancy to meta-networking
|
||||
PACKAGECONFIG ??= "jansson file pcre yaml python pcap cap-ng net nss nspr "
|
||||
PACKAGECONFIG:append = " ${@bb.utils.contains('DISTRO_FEATURES', 'ptest', 'unittests', '', d)}"
|
||||
|
||||
PACKAGECONFIG[pcre] = "--with-libpcre-includes=${STAGING_INCDIR} --with-libpcre-libraries=${STAGING_LIBDIR}, ,libpcre ,"
|
||||
|
||||
Reference in New Issue
Block a user