mirror of
https://github.com/jiazhang0/meta-secure-core.git
synced 2026-04-20 18:08:17 +00:00
14 lines
336 B
BlitzBasic
14 lines
336 B
BlitzBasic
DESCRIPTION = "Packagegroup for Intrusion Detection System (IDS) utilities."
|
|
LICENSE = "MIT"
|
|
LIC_FILES_CHKSUM = "\
|
|
file://${COREBASE}/LICENSE;md5=4d92cd373abda3937c2bc47fbc49d690 \
|
|
file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420 \
|
|
"
|
|
|
|
inherit packagegroup
|
|
|
|
RDEPENDS_${PN} += "\
|
|
snort \
|
|
mtree \
|
|
"
|