mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-26 19:47:17 +00:00
overlayfs-tools: Install fsck binary
Two projects, overlayfs-tools and overlayfs-progs, were combined upstream. Signed-off-by: Vyacheslav Yurkov <uvv.mail@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
committed by
Khem Raj
parent
ae8faf8529
commit
c63a101cf9
@@ -21,11 +21,8 @@ EXTRA_OEMAKE += "'CC=${CC} -O2'"
|
||||
EXTRA_OEMAKE:append:libc-musl = " LDLIBS=-lfts"
|
||||
TARGET_CC_ARCH += "${LDFLAGS}"
|
||||
|
||||
do_compile () {
|
||||
oe_runmake
|
||||
}
|
||||
|
||||
do_install () {
|
||||
install -d ${D}${bindir}
|
||||
install -m 0755 ${B}/overlay ${D}${bindir}
|
||||
install -m 0755 ${B}/fsck.overlay ${D}${bindir}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user