mirror of
https://git.yoctoproject.org/meta-security
synced 2026-05-31 00:40:19 +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>
9 lines
265 B
BlitzBasic
9 lines
265 B
BlitzBasic
SUMARRY = "SCAP content for various platforms, upstream version"
|
|
|
|
SRCREV = "8cb2d0f351faff5440742258782281164953b0a6"
|
|
SRC_URI = "git://github.com/ComplianceAsCode/content.git;branch=master;protocol=https"
|
|
|
|
DEFAULT_PREFERENCE = "-1"
|
|
|
|
require scap-security-guide.inc
|