mirror of
https://git.yoctoproject.org/meta-security
synced 2026-04-20 23:40:05 +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>
18 lines
882 B
BlitzBasic
18 lines
882 B
BlitzBasic
SUMARRY = "SCAP content for various platforms, OE changes"
|
|
|
|
SRCREV = "5fdfdcb2e95afbd86ace555beca5d20cbf1043ed"
|
|
SRC_URI = "git://github.com/akuster/scap-security-guide.git;branch=oe-0.1.44;protocol=https \
|
|
file://0001-Fix-XML-parsing-of-the-remediation-functions-file.patch \
|
|
file://0002-Fixed-the-broken-fix-when-greedy-regex-ate-the-whole.patch \
|
|
file://0001-fix-deprecated-instance-of-element.getchildren.patch \
|
|
file://0002-fix-deprecated-getiterator-function.patch \
|
|
file://0003-fix-remaining-getchildren-and-getiterator-functions.patch \
|
|
file://0001-Fix-platform-spec-file-check-tests-in-installed-OS-d.patch \
|
|
file://0002-Fix-missing-openembedded-from-ssg-constants.py.patch \
|
|
"
|
|
PV = "0.1.44+git${SRCPV}"
|
|
|
|
require scap-security-guide.inc
|
|
|
|
EXTRA_OECMAKE += "-DSSG_PRODUCT_OPENEMBEDDED=ON"
|