Skip to content

Commit c77be7b

Browse files
UVV-ghkraj
authored andcommitted
overlayfs: Use explicit version
The upstream project now has a version scheme and migrated to meson. A weak dependency on musl has been upstreamed too. Adjust the recipe accordingly. Signed-off-by: Vyacheslav Yurkov <[email protected]> Signed-off-by: Khem Raj <[email protected]>
1 parent d8f21b1 commit c77be7b

File tree

2 files changed

+16
-28
lines changed

2 files changed

+16
-28
lines changed

meta-filesystems/recipes-utils/overlayfs/overlayfs-tools_git.bb

Lines changed: 0 additions & 28 deletions
This file was deleted.
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
DESCRIPTION = "Maintenance tools for OverlayFS"
2+
HOMEPAGE = "https://github.com/kmxz/overlayfs-tools"
3+
LICENSE = "WTFPL"
4+
LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=f312a7c4d02230e8f2b537295d375c69"
5+
6+
SRC_URI = "\
7+
git://github.com/kmxz/overlayfs-tools.git;protocol=https;branch=master \
8+
"
9+
10+
SRCREV = "7a4a0c4f2c6c86aa46a40e3468e394fd4a237491"
11+
12+
S = "${WORKDIR}/git"
13+
14+
inherit meson pkgconfig
15+
16+
DEPENDS:append:libc-musl = " fts"

0 commit comments

Comments
 (0)