mirror of
https://git.yoctoproject.org/meta-security
synced 2026-07-16 03:47:21 +00:00
e593413a30
* update to version 4.2.2 * Add new recipe for standalone mode * Add systemd support * Add patches to fix several issues * samhain-standalone: add ptest support * samhain-server: no need to depend on samhain-server-native * Move common things from the bb to the inc file Signed-off-by: Jackie Huang <jackie.huang@windriver.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
12 lines
252 B
BlitzBasic
12 lines
252 B
BlitzBasic
INITSCRIPT_PARAMS = "defaults 15 85"
|
|
|
|
require samhain.inc
|
|
|
|
# Let the default Logserver be 127.0.0.1
|
|
EXTRA_OECONF += " \
|
|
--with-logserver=${SAMHAIN_SERVER} \
|
|
--with-port=${SAMHAIN_PORT} \
|
|
"
|
|
|
|
RDEPENDS_${PN} = "acl zlib attr bash"
|