mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-15 16:07:26 +00:00
038a6e7847
It is required by lvm2, since lvm2 could find modprobe correctly
------
|lvm lvchange -a y --config devices { preferred_names=["^/dev/mapper/",
"^/dev/md/", "^/dev/sd"] } wrl/pool00
|/usr/sbin/thin_check: execvp failed: No such file or directory
| Check of pool wrl/pool00 failed (status:2). Manual repair required!
------
The thin-provisioning-tools provides /usr/sbin/thin_check.
Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
19 lines
592 B
BlitzBasic
Executable File
19 lines
592 B
BlitzBasic
Executable File
SUMMARY = "Tools of dm-thin device-mapper"
|
|
DESCRIPTION = "A suite of tools for manipulating the metadata of the dm-thin device-mapper target."
|
|
HOMEPAGE = "https://github.com/jthornber/thin-provisioning-tools"
|
|
LICENSE = "GPLv3"
|
|
SECTION = "devel"
|
|
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
|
|
S = "${WORKDIR}/git"
|
|
|
|
SRC_URI = "git://github.com/jthornber/thin-provisioning-tools \
|
|
file://0001-do-not-strip-pdata_tools-at-do_install.patch \
|
|
"
|
|
|
|
SRCREV = "49bfc12e9c7956c1ac134b24afbe1a6a602ce7d5"
|
|
|
|
DEPENDS += "expat libaio boost"
|
|
|
|
inherit autotools-brokensep
|