diff options
author | Armin Kuster <akuster808@gmail.com> | 2021-05-08 19:49:25 +0000 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2021-05-16 13:23:55 -0700 |
commit | cb6b4ae505eeb92cc348aaca44ace3d474f1ab93 (patch) | |
tree | d745d94be7bb8508bc3db28a8e7ba194f376559c | |
parent | c127cf37f22d48f4c9b032f263910c561575c9e5 (diff) | |
download | meta-security-cb6b4ae505eeb92cc348aaca44ace3d474f1ab93.tar.gz |
suricata: 4.1.x add UPSTREAM_CHECK_URI
Signed-off-by: Armin Kuster <akuster808@gmail.com>
-rw-r--r-- | recipes-ids/suricata/suricata_4.1.10.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes-ids/suricata/suricata_4.1.10.bb b/recipes-ids/suricata/suricata_4.1.10.bb index 3f7beaa..bf08843 100644 --- a/recipes-ids/suricata/suricata_4.1.10.bb +++ b/recipes-ids/suricata/suricata_4.1.10.bb | |||
@@ -12,6 +12,8 @@ SRC_URI += " \ | |||
12 | file://run-ptest \ | 12 | file://run-ptest \ |
13 | " | 13 | " |
14 | 14 | ||
15 | UPSTREAM_CHECK_URI = "www.openinfosecfoundation.org/download" | ||
16 | |||
15 | inherit autotools-brokensep pkgconfig python3-dir systemd ptest | 17 | inherit autotools-brokensep pkgconfig python3-dir systemd ptest |
16 | 18 | ||
17 | CFLAGS += "-D_DEFAULT_SOURCE -fcommon" | 19 | CFLAGS += "-D_DEFAULT_SOURCE -fcommon" |