mirror of
https://git.yoctoproject.org/meta-security
synced 2026-05-06 16:48:42 +00:00
suricata: fix packaging
Move ${PN}-python in front so ${PN} can use default packaging rules.
Signed-off-by: Koen Kooi <koen.kooi@linaro.org>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
@@ -52,8 +52,8 @@ if [ -e /etc/init.d/populate-volatile.sh ] ; then
|
||||
fi
|
||||
}
|
||||
|
||||
PACKAGES += "${PN}-python"
|
||||
FILES_${PN} = "${bindir}/suricata ${sysconfdir}/default ${sysconfdir}/suricata ${logdir}/suricata"
|
||||
PACKAGES =+ "${PN}-python"
|
||||
FILES_${PN} += "${logdir}/suricata"
|
||||
FILES_${PN}-python = "${bindir}/suricatasc ${PYTHON_SITEPACKAGES_DIR}"
|
||||
|
||||
RDEPENDS_${PN}-python = "python"
|
||||
|
||||
Reference in New Issue
Block a user