diff options
| author | Clayton Casciato <majortomtosourcecontrol@gmail.com> | 2025-12-30 12:40:57 -0700 |
|---|---|---|
| committer | Scott Murray <scott.murray@konsulko.com> | 2025-12-31 22:25:06 +0200 |
| commit | 2fc3c2748b2edafcab27dc38e988f60aaa2991d6 (patch) | |
| tree | 6b09f3da0472478d03d1d9d1ba00131aa20e29ef /recipes-ids | |
| parent | 3b93a09d528fd93995a15c4994de92759b057b15 (diff) | |
| download | meta-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.bb | 12 |
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}" | |||
| 40 | PACKAGECONFIG ??= "jansson file pcre2 yaml python pcap cap-ng net" | 40 | PACKAGECONFIG ??= "jansson file pcre2 yaml python pcap cap-ng net" |
| 41 | PACKAGECONFIG:append = " ${@bb.utils.contains('DISTRO_FEATURES', 'ptest', 'unittests', '', d)}" | 41 | PACKAGECONFIG:append = " ${@bb.utils.contains('DISTRO_FEATURES', 'ptest', 'unittests', '', d)}" |
| 42 | 42 | ||
| 43 | PACKAGECONFIG[pcre2] = "--with-libpcre2-includes=${STAGING_INCDIR} --with-libpcre2-libraries=${STAGING_LIBDIR}, ,libpcre2 ," | 43 | PACKAGECONFIG[pcre2] = "--with-libpcre2-includes=${STAGING_INCDIR} --with-libpcre2-libraries=${STAGING_LIBDIR}, ,libpcre2 ," |
| 44 | PACKAGECONFIG[yaml] = "--with-libyaml-includes=${STAGING_INCDIR} --with-libyaml-libraries=${STAGING_LIBDIR}, ,libyaml ," | 44 | PACKAGECONFIG[yaml] = "--with-libyaml-includes=${STAGING_INCDIR} --with-libyaml-libraries=${STAGING_LIBDIR}, ,libyaml ," |
| 45 | PACKAGECONFIG[pcap] = "--with-libpcap-includes=${STAGING_INCDIR} --with-libpcap-libraries=${STAGING_LIBDIR}, ,libpcap" | 45 | PACKAGECONFIG[pcap] = "--with-libpcap-includes=${STAGING_INCDIR} --with-libpcap-libraries=${STAGING_LIBDIR}, ,libpcap" |
| 46 | PACKAGECONFIG[cap-ng] = "--with-libcap_ng-includes=${STAGING_INCDIR} --with-libcap_ng-libraries=${STAGING_LIBDIR}, ,libcap-ng , " | 46 | PACKAGECONFIG[cap-ng] = "--with-libcap_ng-includes=${STAGING_INCDIR} --with-libcap_ng-libraries=${STAGING_LIBDIR}, ,libcap-ng , " |
| 47 | PACKAGECONFIG[net] = "--with-libnet-includes=${STAGING_INCDIR} --with-libnet-libraries=${STAGING_LIBDIR}, , libnet," | 47 | PACKAGECONFIG[net] = "--with-libnet-includes=${STAGING_INCDIR} --with-libnet-libraries=${STAGING_LIBDIR}, , libnet," |
| 48 | PACKAGECONFIG[nfnetlink] = "--with-libnfnetlink-includes=${STAGING_INCDIR} --with-libnfnetlink-libraries=${STAGING_LIBDIR}, ,libnfnetlink ," | 48 | PACKAGECONFIG[nfnetlink] = "--with-libnfnetlink-includes=${STAGING_INCDIR} --with-libnfnetlink-libraries=${STAGING_LIBDIR}, ,libnfnetlink ," |
| 49 | PACKAGECONFIG[nfq] = "--enable-nfqueue, --disable-nfqueue,libnetfilter-queue," | 49 | PACKAGECONFIG[nfq] = "--enable-nfqueue, --disable-nfqueue,libnetfilter-queue," |
| 50 | 50 | ||
| 51 | PACKAGECONFIG[jansson] = "--with-libjansson-includes=${STAGING_INCDIR} --with-libjansson-libraries=${STAGING_LIBDIR},,jansson, jansson" | 51 | PACKAGECONFIG[jansson] = "--with-libjansson-includes=${STAGING_INCDIR} --with-libjansson-libraries=${STAGING_LIBDIR},,jansson, jansson" |
| 52 | PACKAGECONFIG[file] = ",,file, file" | 52 | PACKAGECONFIG[file] = ",,file, file" |
| 53 | PACKAGECONFIG[python] = "--enable-python, --disable-python, python3, python3-core" | 53 | PACKAGECONFIG[python] = "--enable-python, --disable-python, python3, python3-core" |
| 54 | PACKAGECONFIG[unittests] = "--enable-unittests, --disable-unittests," | 54 | PACKAGECONFIG[unittests] = "--enable-unittests, --disable-unittests," |
| 55 | 55 | ||
| 56 | export logdir = "${localstatedir}/log" | 56 | export logdir = "${localstatedir}/log" |
| 57 | 57 | ||
| @@ -81,7 +81,7 @@ oe_cargo_build () { | |||
| 81 | } | 81 | } |
| 82 | 82 | ||
| 83 | do_compile () { | 83 | do_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 | ||
