summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArmin Kuster <akuster808@gmail.com>2022-05-05 06:34:54 -0700
committerArmin Kuster <akuster808@gmail.com>2022-05-14 10:51:32 -0700
commitc21d1a04eb50a4ef468ec2d745ddafb190354689 (patch)
tree2167a19342cbf108b6abbb2039b7511ae93a5932
parent0120b7475d839c8a229cf854265748d401338ddb (diff)
downloadmeta-security-c21d1a04eb50a4ef468ec2d745ddafb190354689.tar.gz
suricata: drop nfnetlink from pkg config
nfnetlink has a layer dependancy to meta-networking. Signed-off-by: Armin Kuster <akuster808@gmail.com>
-rw-r--r--recipes-ids/suricata/suricata_6.0.4.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes-ids/suricata/suricata_6.0.4.bb b/recipes-ids/suricata/suricata_6.0.4.bb
index 31244f3..968da21 100644
--- a/recipes-ids/suricata/suricata_6.0.4.bb
+++ b/recipes-ids/suricata/suricata_6.0.4.bb
@@ -121,7 +121,8 @@ CARGO_SRC_DIR = "rust"
121 121
122B = "${S}" 122B = "${S}"
123 123
124PACKAGECONFIG ??= "jansson file pcre yaml python pcap cap-ng net nfnetlink nss nspr " 124# nfnetlink has a dependancy to meta-networking
125PACKAGECONFIG ??= "jansson file pcre yaml python pcap cap-ng net nss nspr "
125PACKAGECONFIG:append = " ${@bb.utils.contains('DISTRO_FEATURES', 'ptest', 'unittests', '', d)}" 126PACKAGECONFIG:append = " ${@bb.utils.contains('DISTRO_FEATURES', 'ptest', 'unittests', '', d)}"
126 127
127PACKAGECONFIG[pcre] = "--with-libpcre-includes=${STAGING_INCDIR} --with-libpcre-libraries=${STAGING_LIBDIR}, ,libpcre ," 128PACKAGECONFIG[pcre] = "--with-libpcre-includes=${STAGING_INCDIR} --with-libpcre-libraries=${STAGING_LIBDIR}, ,libpcre ,"