mirror of
https://github.com/jiazhang0/meta-secure-core.git
synced 2026-07-16 12:47:00 +00:00
90fd1b523a
* Add new layer for IDS support * Add package mtree to provide basic IDS functions Signed-off-by: Wenzong Fan <wenzong.fan@windriver.com>
22 lines
612 B
BlitzBasic
22 lines
612 B
BlitzBasic
SUMMARY = "BSD directory hierarchy mapping tool"
|
|
DESCRIPTION = "mtree compares a file hierarchy against a specification, creates a specification for a file hierarchy, or modifies a specification."
|
|
|
|
SECTION = "utils"
|
|
|
|
LICENSE = "BSD"
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=bb19ea4eac951288efda4010c5c669a8"
|
|
|
|
PV = "1.0.3+git${SRCPV}"
|
|
|
|
SRC_URI = "git://github.com/archiecobbs/mtree-port.git \
|
|
file://mtree-getlogin.patch \
|
|
file://configure.ac-automake-error.patch \
|
|
"
|
|
SRCREV = "4f3e901aea980fc9a78ac8692fa12a22328b1d4a"
|
|
|
|
S = "${WORKDIR}/git"
|
|
|
|
DEPENDS = "openssl"
|
|
|
|
inherit autotools
|