blob: 732ca9a11a617ed78fe5dff30c82753609dfc411 [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
Brad Bishop9a533952019-12-19 16:39:26 -05008SRCREV = "9630630ffc493ca26299d174ee2066aa1405b2d4"
9SRC_URI = "git://github.com/OISF/suricata-update;branch='master-1.1.x'"
Brad Bishop3216ad42019-10-09 10:30:40 -040010
11S = "${WORKDIR}/git"
12
Andrew Geissler8b139282021-03-05 15:22:30 -060013inherit python3native python3targetconfig setuptools3
Brad Bishop3216ad42019-10-09 10:30:40 -040014
15RDEPENDS_${PN} = "python3-pyyaml"