diff options
| author | Armin Kuster <akuster808@gmail.com> | 2021-04-07 01:52:46 +0000 |
|---|---|---|
| committer | Armin Kuster <akuster808@gmail.com> | 2021-04-12 07:00:47 -0700 |
| commit | a00b285f8cd81898673ba0175dbd995b80690882 (patch) | |
| tree | 67c54aca150dcfeffe79d282c251e1093c758fff | |
| parent | 0f79f5aa6792f11f4e7648c949fff61f4e82a556 (diff) | |
| download | meta-security-a00b285f8cd81898673ba0175dbd995b80690882.tar.gz | |
python3-suricata-update: update to 1.2.1
Signed-off-by: Armin Kuster <akuster808@gmail.com>
| -rw-r--r-- | recipes-ids/suricata/python3-suricata-update_1.2.1.bb (renamed from recipes-ids/suricata/python3-suricata-update_1.1.1.bb) | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/recipes-ids/suricata/python3-suricata-update_1.1.1.bb b/recipes-ids/suricata/python3-suricata-update_1.2.1.bb index 732ca9a..bbdce69 100644 --- a/recipes-ids/suricata/python3-suricata-update_1.1.1.bb +++ b/recipes-ids/suricata/python3-suricata-update_1.2.1.bb | |||
| @@ -5,11 +5,13 @@ LICENSE = "GPLv2" | |||
| 5 | 5 | ||
| 6 | LIC_FILES_CHKSUM = "file://LICENSE;beginline=1;endline=2;md5=c70d8d3310941dcdfcd1e02800a1f548" | 6 | LIC_FILES_CHKSUM = "file://LICENSE;beginline=1;endline=2;md5=c70d8d3310941dcdfcd1e02800a1f548" |
| 7 | 7 | ||
| 8 | SRCREV = "9630630ffc493ca26299d174ee2066aa1405b2d4" | 8 | SRCREV = "50e857f75e576e239d8306a6ac55946a1ce252a6" |
| 9 | SRC_URI = "git://github.com/OISF/suricata-update;branch='master-1.1.x'" | 9 | SRC_URI = "git://github.com/OISF/suricata-update;branch='master-1.2.x'" |
| 10 | 10 | ||
| 11 | S = "${WORKDIR}/git" | 11 | S = "${WORKDIR}/git" |
| 12 | 12 | ||
| 13 | inherit python3native python3targetconfig setuptools3 | 13 | inherit python3native python3targetconfig setuptools3 |
| 14 | 14 | ||
| 15 | RDEPENDS_${PN} = "python3-pyyaml" | 15 | RDEPENDS_${PN} = "python3-pyyaml python3-logging python3-compression" |
| 16 | |||
| 17 | BBCLASSEXTEND = "native nativesdk" | ||
