Files
Armin Kuster 2634aba3e1 samhain: update to 4.3.3
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>
2019-08-04 12:17:25 -07:00

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"