Patrick Williams | ddad1a1 | 2017-02-23 20:36:32 -0600 | [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" |
| 4 | LICENSE = "GPLv3" |
| 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 \ |
| 11 | file://0001-do-not-strip-pdata_tools-at-do_install.patch \ |
| 12 | " |
| 13 | |
| 14 | SRCREV = "49bfc12e9c7956c1ac134b24afbe1a6a602ce7d5" |
| 15 | |
| 16 | DEPENDS += "expat libaio boost" |
| 17 | |
| 18 | inherit autotools-brokensep |