mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-04-02 02:49:12 +00:00
Please see https://git.yoctoproject.org/poky/commit/?id=4dd321f8b83afecd962393101b2a6861275b5265 for what changes are needed, and sed commands that can be used to make them en masse. I've verified that bitbake -c patch world works with these, but did not run a world build; the majority of recipes shouldn't need further fixups, but if there are some that still fall out, they can be fixed in followups. Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
19 lines
673 B
BlitzBasic
19 lines
673 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 = "GPL-3.0-only"
|
|
|
|
LIC_FILES_CHKSUM = "file://Common/LICENSE.txt;md5=d32239bcb673463ab874e80d47fae504"
|
|
|
|
PV = "1.20.0+git"
|
|
|
|
SRCREV = "6270fb0e3c110572d96936a473b5e0d21a39884d"
|
|
SRC_URI = "git://github.com/Drive-Trust-Alliance/sedutil.git;branch=master;protocol=https \
|
|
file://0001-Fix-build-on-big-endian-architectures.patch \
|
|
"
|
|
|
|
|
|
inherit autotools-brokensep
|