xref: /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-extended/sedutil/sedutil_git.bb (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1DESCRIPTION = "A utility to manage self encrypting drives that conform \
2to the Trusted Computing Group OPAL 2.0 SSC specification."
3SUMMARY = "The Drive Trust Alliance Self Encrypting Drive Utility"
4HOMEPAGE = "https://github.com/Drive-Trust-Alliance/sedutil"
5SECTION = "console/utils"
6LICENSE = "GPL-3.0-only"
7
8LIC_FILES_CHKSUM = "file://Common/LICENSE.txt;md5=d32239bcb673463ab874e80d47fae504"
9
10BASEPV = "1.15.1"
11PV = "1.20.0"
12SRCREV = "d3de8e45e06a21d31cca0046ceb16ced1ef3563a"
13SRC_URI = "git://github.com/Drive-Trust-Alliance/sedutil.git;branch=master;protocol=https \
14           file://0001-Fix-build-on-big-endian-architectures.patch \
15           "
16
17S = "${WORKDIR}/git"
18
19inherit autotools-brokensep
20