mirror of
https://git.yoctoproject.org/meta-security
synced 2026-07-16 03:47:21 +00:00
ace43479e7
Backport 2 patches to fix the build error: Processing fix.text for: java_jre_configure_crypto_policy rule Unable to extract part of the fix.text after inclusion of remediation functions. Aborting.. jre/CMakeFiles/generate-internal-jre-bash-fixes.xml.dir/build.make:60: recipe for target 'jre/bash-fixes.xml' failed make[2]: *** [jre/bash-fixes.xml] Error 1 make[2]: *** Deleting file 'jre/bash-fixes.xml' Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
13 lines
478 B
BlitzBasic
13 lines
478 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; \
|
|
file://0001-Fix-XML-parsing-of-the-remediation-functions-file.patch \
|
|
file://0002-Fixed-the-broken-fix-when-greedy-regex-ate-the-whole.patch \
|
|
"
|
|
PV = "0.1.44+git${SRCPV}"
|
|
|
|
require scap-security-guide.inc
|
|
|
|
EXTRA_OECMAKE += "-DSSG_PRODUCT_OPENEMBEDDED=ON"
|