summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArmin Kuster <akuster808@gmail.com>2021-05-08 19:49:25 +0000
committerArmin Kuster <akuster808@gmail.com>2021-05-16 13:23:55 -0700
commitcb6b4ae505eeb92cc348aaca44ace3d474f1ab93 (patch)
treed745d94be7bb8508bc3db28a8e7ba194f376559c
parentc127cf37f22d48f4c9b032f263910c561575c9e5 (diff)
downloadmeta-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.bb2
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
15UPSTREAM_CHECK_URI = "www.openinfosecfoundation.org/download"
16
15inherit autotools-brokensep pkgconfig python3-dir systemd ptest 17inherit autotools-brokensep pkgconfig python3-dir systemd ptest
16 18
17CFLAGS += "-D_DEFAULT_SOURCE -fcommon" 19CFLAGS += "-D_DEFAULT_SOURCE -fcommon"