mirror of
git://git.openembedded.org/meta-openembedded
synced 2025-12-31 13:38:06 +00:00
Drop the patches that were merged in this release. Shortlog: show why files can't be open using errno Fix memory free Allow force to execute script, and keep upper dir while merge Fix broken long option for ignore Change program_name to have const attribute always use glibc basename() Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
15 lines
412 B
BlitzBasic
15 lines
412 B
BlitzBasic
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;tag=${PV} \
|
|
"
|
|
|
|
SRCREV = "6e925bbbe747fbb58bc4a95a646907a2101741f6"
|
|
|
|
inherit meson pkgconfig
|
|
|
|
DEPENDS:append:libc-musl = " fts"
|