1*4882a593SmuzhiyunSUMMARY = "Tools of dm-thin device-mapper"
2*4882a593SmuzhiyunDESCRIPTION = "A suite of tools for manipulating the metadata of the dm-thin device-mapper target."
3*4882a593SmuzhiyunHOMEPAGE = "https://github.com/jthornber/thin-provisioning-tools"
4*4882a593SmuzhiyunLICENSE = "GPL-3.0-only"
5*4882a593SmuzhiyunSECTION = "devel"
6*4882a593Smuzhiyun
7*4882a593SmuzhiyunLIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
8*4882a593SmuzhiyunS = "${WORKDIR}/git"
9*4882a593Smuzhiyun
10*4882a593SmuzhiyunSRC_URI = "git://github.com/jthornber/thin-provisioning-tools;branch=main;protocol=https \
11*4882a593Smuzhiyun           file://0001-do-not-strip-pdata_tools-at-do_install.patch \
12*4882a593Smuzhiyun           file://use-sh-on-path.patch \
13*4882a593Smuzhiyun"
14*4882a593Smuzhiyun
15*4882a593SmuzhiyunSRCREV = "d6d93c3157631b242a13a81d30f75453e576c55a"
16*4882a593Smuzhiyun
17*4882a593SmuzhiyunUPSTREAM_CHECK_GITTAGREGEX = "v(?P<pver>\d+(\.\d+)+)"
18*4882a593Smuzhiyun
19*4882a593SmuzhiyunDEPENDS += "expat libaio boost"
20*4882a593Smuzhiyun
21*4882a593Smuzhiyuninherit autotools-brokensep
22