Brad Bishop | 1a4b7ee | 2018-12-16 17:11:34 -0800 | [diff] [blame] | 1 | DESCRIPTION = "A utility to manage self encrypting drives that conform \ |
| 2 | to the Trusted Computing Group OPAL 2.0 SSC specification." |
| 3 | SUMMARY = "The Drive Trust Alliance Self Encrypting Drive Utility" |
| 4 | HOMEPAGE = "https://github.com/Drive-Trust-Alliance/sedutil" |
| 5 | SECTION = "console/utils" |
| 6 | LICENSE = "GPLv3" |
| 7 | |
| 8 | LIC_FILES_CHKSUM = "file://Common/LICENSE.txt;md5=d32239bcb673463ab874e80d47fae504" |
| 9 | |
| 10 | BASEPV = "1.15.1" |
| 11 | PV = "${BASEPV}+git${SRCPV}" |
| 12 | SRCREV = "358cc758948be788284d5faba46ccf4cc1813796" |
| 13 | SRC_URI = "git://github.com/Drive-Trust-Alliance/sedutil.git" |
| 14 | |
| 15 | S = "${WORKDIR}/git" |
| 16 | |
| 17 | inherit autotools-brokensep |