mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-27 07:57:27 +00:00
1659d38199
This patch updates SRC_URIs using git to include branch=master if no branch is set and also to use protocol=https for github urls as generated by the conversion script in OE-Core. I tried backporting Richard's master change but there where many merge conflicts. I went the lazy route and ran the script. This is work based on "b402a3076 recipes: Update SRC_URI branch and protocols" Signed-off-by: Armin Kuster <akuster808@gmail.com>
20 lines
700 B
BlitzBasic
20 lines
700 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.20.0"
|
|
SRCREV = "d3de8e45e06a21d31cca0046ceb16ced1ef3563a"
|
|
SRC_URI = "git://github.com/Drive-Trust-Alliance/sedutil.git;branch=master;protocol=https \
|
|
file://0001-Fix-build-on-big-endian-architectures.patch \
|
|
"
|
|
|
|
S = "${WORKDIR}/git"
|
|
|
|
inherit autotools-brokensep
|