1SUMMARY = "Tools of dm-thin device-mapper" 2DESCRIPTION = "A suite of tools for manipulating the metadata of the dm-thin device-mapper target." 3HOMEPAGE = "https://github.com/jthornber/thin-provisioning-tools" 4LICENSE = "GPL-3.0-only" 5SECTION = "devel" 6 7LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" 8S = "${WORKDIR}/git" 9 10SRC_URI = "git://github.com/jthornber/thin-provisioning-tools;branch=main;protocol=https \ 11 file://0001-do-not-strip-pdata_tools-at-do_install.patch \ 12 file://use-sh-on-path.patch \ 13" 14 15SRCREV = "d6d93c3157631b242a13a81d30f75453e576c55a" 16 17UPSTREAM_CHECK_GITTAGREGEX = "v(?P<pver>\d+(\.\d+)+)" 18 19DEPENDS += "expat libaio boost" 20 21inherit autotools-brokensep 22