mirror of
https://github.com/jiazhang0/meta-secure-core.git
synced 2026-07-16 12:47:00 +00:00
b69537380c
${COREBASE}/LICENSE is not a valid license file. So it is recommended
to use '${COMMON_LICENSE_DIR}/MIT' for a MIT License file in
LIC_FILES_CHKSUM. This will become an error in the future.
Signed-off-by: Jia Zhang <lans.zhang2008@gmail.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 \
|
|
"
|