From c21d1a04eb50a4ef468ec2d745ddafb190354689 Mon Sep 17 00:00:00 2001 From: Armin Kuster Date: Thu, 5 May 2022 06:34:54 -0700 Subject: [PATCH] suricata: drop nfnetlink from pkg config nfnetlink has a layer dependancy to meta-networking. Signed-off-by: Armin Kuster --- recipes-ids/suricata/suricata_6.0.4.bb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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" 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 ,"