thin-provisioning-tools_0.8.5.bb 700 B

123456789101112131415161718192021
  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. LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
  7. S = "${WORKDIR}/git"
  8. SRC_URI = "git://github.com/jthornber/thin-provisioning-tools;branch=main \
  9. file://0001-do-not-strip-pdata_tools-at-do_install.patch \
  10. file://use-sh-on-path.patch \
  11. "
  12. SRCREV = "5e5409f48b5403d2c6dffd9919b35ad77d6fb7b4"
  13. UPSTREAM_CHECK_GITTAGREGEX = "v(?P<pver>\d+(\.\d+)+)"
  14. DEPENDS += "expat libaio boost"
  15. inherit autotools-brokensep