mirror of
https://git.yoctoproject.org/meta-security
synced 2026-05-06 16:48:42 +00:00
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. Signed-off-by: Armin Kuster <akuster808@gmail.com>
17 lines
484 B
BlitzBasic
17 lines
484 B
BlitzBasic
SUMMARY = "LIBPM - Software TPM Library"
|
|
LICENSE = "BSD-3-Clause"
|
|
LIC_FILES_CHKSUM = "file://LICENSE;md5=e73f0786a936da3814896df06ad225a9"
|
|
|
|
SRCREV = "f66a719eda0b492ea3ec7852421a9d98db0a0621"
|
|
SRC_URI = "git://github.com/stefanberger/libtpms.git;branch=stable-0.8;protocol=https"
|
|
|
|
PE = "1"
|
|
|
|
S = "${WORKDIR}/git"
|
|
inherit autotools-brokensep pkgconfig perlnative
|
|
|
|
PACKAGECONFIG ?= "openssl"
|
|
PACKAGECONFIG[openssl] = "--with-openssl, --without-openssl, openssl"
|
|
|
|
BBCLASSEXTEND = "native"
|