mirror of
https://git.yoctoproject.org/meta-security
synced 2026-05-30 12:30:36 +00:00
2634aba3e1
remove PV from recipes names to make package update easier. PV set in include file now drop samhain-cross-compile.patch as stripping appears to have been removed. Signed-off-by: Armin Kuster <akuster808@gmail.com>
13 lines
292 B
BlitzBasic
13 lines
292 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"
|
|
RCONFLICTS_${PN} = "samhain-standalone"
|