mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-17 04:37:19 +00:00
882d907f77
txt2man will use /bin/sh and may try to invoke ksh if it does not like /bin/sh. Use "our" version of sh. Signed-off-by: Joe Slater <joe.slater@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
23 lines
753 B
BlitzBasic
23 lines
753 B
BlitzBasic
SUMMARY = "Tools of dm-thin device-mapper"
|
|
DESCRIPTION = "A suite of tools for manipulating the metadata of the dm-thin device-mapper target."
|
|
HOMEPAGE = "https://github.com/jthornber/thin-provisioning-tools"
|
|
LICENSE = "GPLv3"
|
|
SECTION = "devel"
|
|
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
|
|
S = "${WORKDIR}/git"
|
|
|
|
SRC_URI = "git://github.com/jthornber/thin-provisioning-tools \
|
|
file://0001-do-not-strip-pdata_tools-at-do_install.patch \
|
|
file://0001-fix-compile-failed-with-libc-musl.patch \
|
|
file://use-sh-on-path.patch \
|
|
"
|
|
|
|
SRCREV = "6f936992b8e6208a7838fcf1ec87c5bd3a694a77"
|
|
|
|
UPSTREAM_CHECK_GITTAGREGEX = "v(?P<pver>\d+(\.\d+)+)"
|
|
|
|
DEPENDS += "expat libaio boost"
|
|
|
|
inherit autotools-brokensep
|