mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-04 16:10:10 +00:00
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 <uvv.mail@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
d8f21b1dc8
commit
c77be7b06e
|
|
@ -1,28 +0,0 @@
|
|||
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 \
|
||||
"
|
||||
|
||||
PV = "1.0+git"
|
||||
SRCREV = "b5e5a829895ac98ccfe4629fbfbd8b819262bd00"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
B = "${S}"
|
||||
|
||||
# Required to have the fts.h header for musl
|
||||
DEPENDS:append:libc-musl = " fts"
|
||||
|
||||
EXTRA_OEMAKE += "'CC=${CC} -O2'"
|
||||
# Fix the missing fts libs when using musl
|
||||
EXTRA_OEMAKE:append:libc-musl = " LDLIBS=-lfts"
|
||||
TARGET_CC_ARCH += "${LDFLAGS}"
|
||||
|
||||
do_install () {
|
||||
install -d ${D}${bindir}
|
||||
install -m 0755 ${B}/overlay ${D}${bindir}
|
||||
install -m 0755 ${B}/fsck.overlay ${D}${bindir}
|
||||
}
|
||||
|
|
@ -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"
|
||||
Loading…
Reference in New Issue
Block a user