diff options
| author | Armin Kuster <akuster808@gmail.com> | 2022-05-05 06:34:54 -0700 |
|---|---|---|
| committer | Armin Kuster <akuster808@gmail.com> | 2022-05-14 10:51:32 -0700 |
| commit | c21d1a04eb50a4ef468ec2d745ddafb190354689 (patch) | |
| tree | 2167a19342cbf108b6abbb2039b7511ae93a5932 | |
| parent | 0120b7475d839c8a229cf854265748d401338ddb (diff) | |
| download | meta-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.bb | 3 |
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 | ||
| 122 | B = "${S}" | 122 | B = "${S}" |
| 123 | 123 | ||
| 124 | PACKAGECONFIG ??= "jansson file pcre yaml python pcap cap-ng net nfnetlink nss nspr " | 124 | # nfnetlink has a dependancy to meta-networking |
| 125 | PACKAGECONFIG ??= "jansson file pcre yaml python pcap cap-ng net nss nspr " | ||
| 125 | PACKAGECONFIG:append = " ${@bb.utils.contains('DISTRO_FEATURES', 'ptest', 'unittests', '', d)}" | 126 | PACKAGECONFIG:append = " ${@bb.utils.contains('DISTRO_FEATURES', 'ptest', 'unittests', '', d)}" |
| 126 | 127 | ||
| 127 | PACKAGECONFIG[pcre] = "--with-libpcre-includes=${STAGING_INCDIR} --with-libpcre-libraries=${STAGING_LIBDIR}, ,libpcre ," | 128 | PACKAGECONFIG[pcre] = "--with-libpcre-includes=${STAGING_INCDIR} --with-libpcre-libraries=${STAGING_LIBDIR}, ,libpcre ," |
