summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKoen Kooi <koen@dominion.thruhere.net>2018-08-01 10:09:27 +0200
committerArmin Kuster <akuster808@gmail.com>2018-08-04 07:50:07 -0700
commit68a727e9cb345de3ac6ece4988523ced14189433 (patch)
tree12767c57599cd57de80e0f4e7e706c78ab1a433e
parent95e21e8cd9f4449e158916682c4f30cb118b289e (diff)
downloadmeta-security-68a727e9cb345de3ac6ece4988523ced14189433.tar.gz
suricata: rename ${PN}-python to ${PN}-socketcontrol
This describes the content a lot better. RDEPENDS are still missing, so it's still as non-working as before :/ Signed-off-by: Koen Kooi <koen.kooi@linaro.org> Signed-off-by: Armin Kuster <akuster808@gmail.com>
-rw-r--r--recipes-security/suricata/suricata_4.0.0.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-security/suricata/suricata_4.0.0.bb b/recipes-security/suricata/suricata_4.0.0.bb
index 8ea1486..6efa351 100644
--- a/recipes-security/suricata/suricata_4.0.0.bb
+++ b/recipes-security/suricata/suricata_4.0.0.bb
@@ -73,9 +73,9 @@ fi
73 73
74SYSTEMD_PACKAGES = "${PN}" 74SYSTEMD_PACKAGES = "${PN}"
75 75
76PACKAGES =+ "${PN}-python" 76PACKAGES =+ "${PN}-socketcontrol"
77FILES_${PN} += "${logdir}/suricata ${systemd_unitdir}" 77FILES_${PN} += "${logdir}/suricata ${systemd_unitdir}"
78FILES_${PN}-python = "${bindir}/suricatasc ${PYTHON_SITEPACKAGES_DIR}" 78FILES_${PN}-socketcontrol = "${bindir}/suricatasc ${PYTHON_SITEPACKAGES_DIR}"
79 79
80CONFFILES_${PN} = "${sysconfdir}/suricata/suricata.yaml" 80CONFFILES_${PN} = "${sysconfdir}/suricata/suricata.yaml"
81 81