mirror of
https://git.yoctoproject.org/meta-security
synced 2026-05-08 17:19:34 +00:00
d1d0b2a6d7
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>
10 lines
232 B
BlitzBasic
10 lines
232 B
BlitzBasic
SUMARRY = "NIST Certified SCAP 1.2 toolkit"
|
|
|
|
require openscap.inc
|
|
|
|
SRCREV = "0cb55c55af6be9934d6fd0caf4563b206f289732"
|
|
SRC_URI = "git://github.com/OpenSCAP/openscap.git;branch=maint-1.3;protocol=https \
|
|
"
|
|
|
|
DEFAULT_PREFERENCE = "-1"
|