Andrew Geissler | 595f630 | 2022-01-24 19:11:47 +0000 | [diff] [blame] | 1 | SUMMARY = "Tools of dm-thin device-mapper" |
| 2 | DESCRIPTION = "A suite of tools for manipulating the metadata of the dm-thin device-mapper target." |
| 3 | HOMEPAGE = "https://github.com/jthornber/thin-provisioning-tools" |
Andrew Geissler | 9aee500 | 2022-03-30 16:27:02 +0000 | [diff] [blame] | 4 | LICENSE = "GPL-3.0-only" |
Andrew Geissler | 595f630 | 2022-01-24 19:11:47 +0000 | [diff] [blame] | 5 | SECTION = "devel" |
| 6 | |
| 7 | LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" |
| 8 | S = "${WORKDIR}/git" |
| 9 | |
| 10 | SRC_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 | |
| 15 | SRCREV = "d6d93c3157631b242a13a81d30f75453e576c55a" |
| 16 | |
| 17 | UPSTREAM_CHECK_GITTAGREGEX = "v(?P<pver>\d+(\.\d+)+)" |
| 18 | |
| 19 | DEPENDS += "expat libaio boost" |
| 20 | |
| 21 | inherit autotools-brokensep |