mirror of
https://github.com/jiazhang0/meta-secure-core.git
synced 2026-01-12 01:00:15 +00:00
Converting the metadata to use ":" as the override character instead of "_". Signed-off-by: Yi Zhao <yi.zhao@windriver.com>
13 lines
263 B
BlitzBasic
13 lines
263 B
BlitzBasic
DESCRIPTION = "Packagegroup for Intrusion Detection System (IDS) utilities."
|
|
LICENSE = "MIT"
|
|
LIC_FILES_CHKSUM = "\
|
|
file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302 \
|
|
"
|
|
|
|
inherit packagegroup
|
|
|
|
RDEPENDS:${PN} += "\
|
|
snort \
|
|
mtree \
|
|
"
|