Skip to content

Commit

Permalink
overlayfs: Use explicit version
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
UVV-gh authored and kraj committed Jul 2, 2024
1 parent d8f21b1 commit c77be7b
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 28 deletions.
28 changes: 0 additions & 28 deletions meta-filesystems/recipes-utils/overlayfs/overlayfs-tools_git.bb

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1,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"

0 comments on commit c77be7b

Please sign in to comment.