mirror of
https://git.yoctoproject.org/meta-security
synced 2026-07-16 03:47:21 +00:00
caec0c657d
Update the installed_OS_is_openembedded check to drop the quotes in the VERSION_ID string to match f451c68667cca of openembedded-core. Without this fix, all tests are reported as "notapplicable". Signed-off-by: Akshay Bhat <akshay.bhat@timesys.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
19 lines
964 B
BlitzBasic
19 lines
964 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 \
|
|
file://0001-installed_OS_is_openembedded-Update-pattern-match.patch \
|
|
"
|
|
PV = "0.1.44+git${SRCPV}"
|
|
|
|
require scap-security-guide.inc
|
|
|
|
EXTRA_OECMAKE += "-DSSG_PRODUCT_OPENEMBEDDED=ON"
|