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>
This commit is contained in:
Koen Kooi
2018-08-01 10:09:27 +02:00
committed by Armin Kuster
parent 95e21e8cd9
commit 68a727e9cb
+2 -2
View File
@@ -73,9 +73,9 @@ fi
SYSTEMD_PACKAGES = "${PN}"
PACKAGES =+ "${PN}-python"
PACKAGES =+ "${PN}-socketcontrol"
FILES_${PN} += "${logdir}/suricata ${systemd_unitdir}"
FILES_${PN}-python = "${bindir}/suricatasc ${PYTHON_SITEPACKAGES_DIR}"
FILES_${PN}-socketcontrol = "${bindir}/suricatasc ${PYTHON_SITEPACKAGES_DIR}"
CONFFILES_${PN} = "${sysconfdir}/suricata/suricata.yaml"