mirror of
https://github.com/jiazhang0/meta-secure-core.git
synced 2026-07-16 04:36:58 +00:00
c2029ebb5a
Fix warning: WARNING: QA Issue: mtree: No generic license file exists for: BSD in any provider [license-exists] Signed-off-by: Changqing Li <changqing.li@windriver.com>
23 lines
699 B
BlitzBasic
23 lines
699 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-3-Clause"
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=bb19ea4eac951288efda4010c5c669a8"
|
|
|
|
PV = "1.0.3+git${SRCPV}"
|
|
|
|
SRC_URI = "git://github.com/archiecobbs/mtree-port.git;branch=master;protocol=https \
|
|
file://mtree-getlogin.patch \
|
|
file://configure.ac-automake-error.patch \
|
|
file://0001-compat-glibc-2.33.patch \
|
|
"
|
|
SRCREV = "4f3e901aea980fc9a78ac8692fa12a22328b1d4a"
|
|
|
|
S = "${WORKDIR}/git"
|
|
|
|
DEPENDS = "openssl"
|
|
|
|
inherit autotools
|