mirror of
https://github.com/thead-yocto-mirror/meta-openembedded
synced 2026-09-16 20:21:58 +02:00
Changelog is as follows:
======
- New support tools: thin_metadata_{pack,unpack}.
- thin_check can now check metadata snapshots.
- some metadata space map bug fixes.
- thin_check --auto-repair
- Stop thin_dump --repair/thin_repair ignoring under populated nodes.
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
22 lines
715 B
BlitzBasic
22 lines
715 B
BlitzBasic
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;branch=main;protocol=https \
|
|
file://0001-do-not-strip-pdata_tools-at-do_install.patch \
|
|
file://use-sh-on-path.patch \
|
|
"
|
|
|
|
SRCREV = "d6d93c3157631b242a13a81d30f75453e576c55a"
|
|
|
|
UPSTREAM_CHECK_GITTAGREGEX = "v(?P<pver>\d+(\.\d+)+)"
|
|
|
|
DEPENDS += "expat libaio boost"
|
|
|
|
inherit autotools-brokensep
|