blob: bbdce69ab6ea67b8959d80f34393e7ce2d65fbd3 [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
Andrew Geisslerf1e44062021-04-15 15:52:46 -05008SRCREV = "50e857f75e576e239d8306a6ac55946a1ce252a6"
9SRC_URI = "git://github.com/OISF/suricata-update;branch='master-1.2.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
Andrew Geisslerf1e44062021-04-15 15:52:46 -050015RDEPENDS_${PN} = "python3-pyyaml python3-logging python3-compression"
16
17BBCLASSEXTEND = "native nativesdk"