blob: 0070b5bcfc8f9edb07de868a412b6d814b483142 [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
13inherit python3native setuptools3
14
15RDEPENDS_${PN} = "python3-pyyaml"