Brad Bishop | 3216ad4 | 2019-10-09 10:30:40 -0400 | [diff] [blame] | 1 | SUMMARY = "The tool for updating your Suricata rules. " |
| 2 | HOMEPAGE = "http://suricata-ids.org/" |
| 3 | SECTION = "security Monitor/Admin" |
| 4 | LICENSE = "GPLv2" |
| 5 | |
| 6 | LIC_FILES_CHKSUM = "file://LICENSE;beginline=1;endline=2;md5=c70d8d3310941dcdfcd1e02800a1f548" |
| 7 | |
Andrew Geissler | f1e4406 | 2021-04-15 15:52:46 -0500 | [diff] [blame] | 8 | SRCREV = "50e857f75e576e239d8306a6ac55946a1ce252a6" |
| 9 | SRC_URI = "git://github.com/OISF/suricata-update;branch='master-1.2.x'" |
Brad Bishop | 3216ad4 | 2019-10-09 10:30:40 -0400 | [diff] [blame] | 10 | |
| 11 | S = "${WORKDIR}/git" |
| 12 | |
Andrew Geissler | 8b13928 | 2021-03-05 15:22:30 -0600 | [diff] [blame] | 13 | inherit python3native python3targetconfig setuptools3 |
Brad Bishop | 3216ad4 | 2019-10-09 10:30:40 -0400 | [diff] [blame] | 14 | |
Andrew Geissler | f1e4406 | 2021-04-15 15:52:46 -0500 | [diff] [blame] | 15 | RDEPENDS_${PN} = "python3-pyyaml python3-logging python3-compression" |
| 16 | |
| 17 | BBCLASSEXTEND = "native nativesdk" |