xref: /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-extended/sedutil/sedutil_git.bb (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1*4882a593SmuzhiyunDESCRIPTION = "A utility to manage self encrypting drives that conform \
2*4882a593Smuzhiyunto the Trusted Computing Group OPAL 2.0 SSC specification."
3*4882a593SmuzhiyunSUMMARY = "The Drive Trust Alliance Self Encrypting Drive Utility"
4*4882a593SmuzhiyunHOMEPAGE = "https://github.com/Drive-Trust-Alliance/sedutil"
5*4882a593SmuzhiyunSECTION = "console/utils"
6*4882a593SmuzhiyunLICENSE = "GPL-3.0-only"
7*4882a593Smuzhiyun
8*4882a593SmuzhiyunLIC_FILES_CHKSUM = "file://Common/LICENSE.txt;md5=d32239bcb673463ab874e80d47fae504"
9*4882a593Smuzhiyun
10*4882a593SmuzhiyunBASEPV = "1.15.1"
11*4882a593SmuzhiyunPV = "1.20.0"
12*4882a593SmuzhiyunSRCREV = "d3de8e45e06a21d31cca0046ceb16ced1ef3563a"
13*4882a593SmuzhiyunSRC_URI = "git://github.com/Drive-Trust-Alliance/sedutil.git;branch=master;protocol=https \
14*4882a593Smuzhiyun           file://0001-Fix-build-on-big-endian-architectures.patch \
15*4882a593Smuzhiyun           "
16*4882a593Smuzhiyun
17*4882a593SmuzhiyunS = "${WORKDIR}/git"
18*4882a593Smuzhiyun
19*4882a593Smuzhiyuninherit autotools-brokensep
20