summaryrefslogtreecommitdiffstats
path: root/recipes-ids
diff options
context:
space:
mode:
authorClayton Casciato <majortomtosourcecontrol@gmail.com>2025-12-30 12:40:57 -0700
committerScott Murray <scott.murray@konsulko.com>2025-12-31 22:25:06 +0200
commit2fc3c2748b2edafcab27dc38e988f60aaa2991d6 (patch)
tree6b09f3da0472478d03d1d9d1ba00131aa20e29ef /recipes-ids
parent3b93a09d528fd93995a15c4994de92759b057b15 (diff)
downloadmeta-security-2fc3c2748b2edafcab27dc38e988f60aaa2991d6.tar.gz
suricata: drop trailing whitespace
Signed-off-by: Clayton Casciato <majortomtosourcecontrol@gmail.com> Signed-off-by: Scott Murray <scott.murray@konsulko.com>
Diffstat (limited to 'recipes-ids')
-rw-r--r--recipes-ids/suricata/suricata_7.0.13.bb12
1 files changed, 6 insertions, 6 deletions
diff --git a/recipes-ids/suricata/suricata_7.0.13.bb b/recipes-ids/suricata/suricata_7.0.13.bb
index 0635bf3..7298f1b 100644
--- a/recipes-ids/suricata/suricata_7.0.13.bb
+++ b/recipes-ids/suricata/suricata_7.0.13.bb
@@ -40,18 +40,18 @@ B = "${S}"
40PACKAGECONFIG ??= "jansson file pcre2 yaml python pcap cap-ng net" 40PACKAGECONFIG ??= "jansson file pcre2 yaml python pcap cap-ng net"
41PACKAGECONFIG:append = " ${@bb.utils.contains('DISTRO_FEATURES', 'ptest', 'unittests', '', d)}" 41PACKAGECONFIG:append = " ${@bb.utils.contains('DISTRO_FEATURES', 'ptest', 'unittests', '', d)}"
42 42
43PACKAGECONFIG[pcre2] = "--with-libpcre2-includes=${STAGING_INCDIR} --with-libpcre2-libraries=${STAGING_LIBDIR}, ,libpcre2 ," 43PACKAGECONFIG[pcre2] = "--with-libpcre2-includes=${STAGING_INCDIR} --with-libpcre2-libraries=${STAGING_LIBDIR}, ,libpcre2 ,"
44PACKAGECONFIG[yaml] = "--with-libyaml-includes=${STAGING_INCDIR} --with-libyaml-libraries=${STAGING_LIBDIR}, ,libyaml ," 44PACKAGECONFIG[yaml] = "--with-libyaml-includes=${STAGING_INCDIR} --with-libyaml-libraries=${STAGING_LIBDIR}, ,libyaml ,"
45PACKAGECONFIG[pcap] = "--with-libpcap-includes=${STAGING_INCDIR} --with-libpcap-libraries=${STAGING_LIBDIR}, ,libpcap" 45PACKAGECONFIG[pcap] = "--with-libpcap-includes=${STAGING_INCDIR} --with-libpcap-libraries=${STAGING_LIBDIR}, ,libpcap"
46PACKAGECONFIG[cap-ng] = "--with-libcap_ng-includes=${STAGING_INCDIR} --with-libcap_ng-libraries=${STAGING_LIBDIR}, ,libcap-ng , " 46PACKAGECONFIG[cap-ng] = "--with-libcap_ng-includes=${STAGING_INCDIR} --with-libcap_ng-libraries=${STAGING_LIBDIR}, ,libcap-ng , "
47PACKAGECONFIG[net] = "--with-libnet-includes=${STAGING_INCDIR} --with-libnet-libraries=${STAGING_LIBDIR}, , libnet," 47PACKAGECONFIG[net] = "--with-libnet-includes=${STAGING_INCDIR} --with-libnet-libraries=${STAGING_LIBDIR}, , libnet,"
48PACKAGECONFIG[nfnetlink] = "--with-libnfnetlink-includes=${STAGING_INCDIR} --with-libnfnetlink-libraries=${STAGING_LIBDIR}, ,libnfnetlink ," 48PACKAGECONFIG[nfnetlink] = "--with-libnfnetlink-includes=${STAGING_INCDIR} --with-libnfnetlink-libraries=${STAGING_LIBDIR}, ,libnfnetlink ,"
49PACKAGECONFIG[nfq] = "--enable-nfqueue, --disable-nfqueue,libnetfilter-queue," 49PACKAGECONFIG[nfq] = "--enable-nfqueue, --disable-nfqueue,libnetfilter-queue,"
50 50
51PACKAGECONFIG[jansson] = "--with-libjansson-includes=${STAGING_INCDIR} --with-libjansson-libraries=${STAGING_LIBDIR},,jansson, jansson" 51PACKAGECONFIG[jansson] = "--with-libjansson-includes=${STAGING_INCDIR} --with-libjansson-libraries=${STAGING_LIBDIR},,jansson, jansson"
52PACKAGECONFIG[file] = ",,file, file" 52PACKAGECONFIG[file] = ",,file, file"
53PACKAGECONFIG[python] = "--enable-python, --disable-python, python3, python3-core" 53PACKAGECONFIG[python] = "--enable-python, --disable-python, python3, python3-core"
54PACKAGECONFIG[unittests] = "--enable-unittests, --disable-unittests," 54PACKAGECONFIG[unittests] = "--enable-unittests, --disable-unittests,"
55 55
56export logdir = "${localstatedir}/log" 56export logdir = "${localstatedir}/log"
57 57
@@ -81,7 +81,7 @@ oe_cargo_build () {
81} 81}
82 82
83do_compile () { 83do_compile () {
84 # we do this to bypass the make provided by this pkg 84 # we do this to bypass the make provided by this pkg
85 # patches Makefile to skip the subdir 85 # patches Makefile to skip the subdir
86 cargo_do_compile 86 cargo_do_compile
87 87