mirror of
https://github.com/jiazhang0/meta-secure-core.git
synced 2026-07-16 20:56:58 +00:00
6009b4d960
The glibc 2.33 remove macro _STAT_VER_LINUX [1], do not use it to represent linux system [1] https://sourceware.org/git/?p=glibc.git;a=blobdiff;f=sysdeps/unix/sysv/linux/bits/stat.h;h=b5426232088df446f502e6aea76a6cf03e71e1c4;hp=240628a6f4c9028a774c26a04a145c24110f669b;hb=8ed005daf0ab03e142500324a34087ce179ae78e;hpb=428985c436f442e91e27173bccaf28f547233586 Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
23 lines
661 B
BlitzBasic
23 lines
661 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 \
|
|
file://0001-compat-glibc-2.33.patch \
|
|
"
|
|
SRCREV = "4f3e901aea980fc9a78ac8692fa12a22328b1d4a"
|
|
|
|
S = "${WORKDIR}/git"
|
|
|
|
DEPENDS = "openssl"
|
|
|
|
inherit autotools
|