aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-extended/sedutil/sedutil_git.bb
blob: 1e7a3931932e6581fd5813508234191b16f4c5cf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
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 = "${BASEPV}+git${SRCPV}"
SRCREV = "358cc758948be788284d5faba46ccf4cc1813796"
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