blob: 63f75e09683eeb1f9b71c1cbec48946146f8f7e1 [file] [log] [blame]
Brad Bishop3216ad42019-10-09 10:30:40 -04001SUMMARY = "The tool for updating your Suricata rules. "
2HOMEPAGE = "http://suricata-ids.org/"
3SECTION = "security Monitor/Admin"
4LICENSE = "GPLv2"
5
6LIC_FILES_CHKSUM = "file://LICENSE;beginline=1;endline=2;md5=c70d8d3310941dcdfcd1e02800a1f548"
7
8SRCREV = "dcd0f630e13463750efb1593ad3ccae1ae6c27d4"
9SRC_URI = "git://github.com/OISF/suricata-update;branch='master-1.0.x'"
10
11S = "${WORKDIR}/git"
12
13inherit python3native setuptools3
14
15RDEPENDS_${PN} = "python3-pyyaml"