blob: 9f89bac22ac96db9684491eb749e6a54c5634f52 [file] [log] [blame]
Brad Bishop1a4b7ee2018-12-16 17:11:34 -08001SUMMARY = "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 = "GPLv3"
5SECTION = "devel"
6
7LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
8S = "${WORKDIR}/git"
9
10SRC_URI = "git://github.com/jthornber/thin-provisioning-tools \
11 file://0001-do-not-strip-pdata_tools-at-do_install.patch \
Brad Bishop19323692019-04-05 15:28:33 -040012 file://use-sh-on-path.patch \
Brad Bishop1a4b7ee2018-12-16 17:11:34 -080013"
14
Brad Bishop26bdd442019-08-16 17:08:17 -040015SRCREV = "5e5409f48b5403d2c6dffd9919b35ad77d6fb7b4"
Brad Bishop1a4b7ee2018-12-16 17:11:34 -080016
17UPSTREAM_CHECK_GITTAGREGEX = "v(?P<pver>\d+(\.\d+)+)"
18
19DEPENDS += "expat libaio boost"
20
21inherit autotools-brokensep