blob: 655bd0dfb0746e76f556ef31df653b64ef362a03 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
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
|