mirror of
https://github.com/thead-yocto-mirror/meta-openembedded
synced 2026-09-17 20:51:57 +02:00
Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
21 lines
728 B
BlitzBasic
21 lines
728 B
BlitzBasic
DESCRIPTION = "A utility to manage self encrypting drives that conform \
|
|
to the Trusted Computing Group OPAL 2.0 SSC specification."
|
|
SUMMARY = "The Drive Trust Alliance Self Encrypting Drive Utility"
|
|
HOMEPAGE = "https://github.com/Drive-Trust-Alliance/sedutil"
|
|
SECTION = "console/utils"
|
|
LICENSE = "GPLv3"
|
|
|
|
LIC_FILES_CHKSUM = "file://Common/LICENSE.txt;md5=d32239bcb673463ab874e80d47fae504"
|
|
|
|
BASEPV = "1.15.1"
|
|
PV = "1.15.1.01"
|
|
SRCREV = "565670749ef6947a905c451477a3a9a15e7e0ba5"
|
|
SRC_URI = "git://github.com/Drive-Trust-Alliance/sedutil.git \
|
|
file://0001-Fix-build-on-big-endian-architectures.patch \
|
|
file://0001-DtaAnnotatedDump-Add-typedef-name-to-the-union.patch \
|
|
"
|
|
|
|
S = "${WORKDIR}/git"
|
|
|
|
inherit autotools-brokensep
|