summaryrefslogtreecommitdiffstats
path: root/meta-filesystems/recipes-utils/overlayfs/overlayfs-tools_v2024.07.bb
blob: 708bbfcf02f83e74169d63a31d4df828b77ab9ac (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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 \
    file://0001-always-use-glibc-basename.patch \
    file://0002-Change-program_name-to-have-const-attribute.patch \
"

SRCREV = "7a4a0c4f2c6c86aa46a40e3468e394fd4a237491"


inherit meson pkgconfig

DEPENDS:append:libc-musl = " fts"