summaryrefslogtreecommitdiffstats
path: root/meta-filesystems/recipes-utils/overlayfs/overlayfs-tools_v2024.07.bb
blob: 0ca6477f450309a115256009f6337ec9e086c778 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
DESCRIPTION = "Maintenance tools for OverlayFS"
HOMEPAGE = "https://github.com/kmxz/overlayfs-tools"
LICENSE = "WTFPL"
LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=f312a7c4d02230e8f2b537295d375c69"

SRC_URI = "\
    git://github.com/kmxz/overlayfs-tools.git;protocol=https;branch=master \
"

SRCREV = "7a4a0c4f2c6c86aa46a40e3468e394fd4a237491"

S = "${WORKDIR}/git"

inherit meson pkgconfig

DEPENDS:append:libc-musl = " fts"