blob: f493ea8204ea82573d273cbc740b2cbea3ea1c98 [file] [log] [blame]
Brad Bishop26bdd442019-08-16 17:08:17 -04001SUMARRY = "SCAP content for various platforms, OE changes"
2
3SRCREV = "5fdfdcb2e95afbd86ace555beca5d20cbf1043ed"
Patrick Williams53961c22022-01-20 11:06:23 -06004SRC_URI = "git://github.com/akuster/scap-security-guide.git;branch=oe-0.1.44;;protocol=https \
Andrew Geissler1fe918a2020-05-15 14:16:47 -05005 file://0001-Fix-XML-parsing-of-the-remediation-functions-file.patch \
6 file://0002-Fixed-the-broken-fix-when-greedy-regex-ate-the-whole.patch \
Andrew Geisslerf31b8bd2020-11-30 19:54:56 -06007 file://0001-fix-deprecated-instance-of-element.getchildren.patch \
8 file://0002-fix-deprecated-getiterator-function.patch \
9 file://0003-fix-remaining-getchildren-and-getiterator-functions.patch \
Andrew Geissler8b139282021-03-05 15:22:30 -060010 file://0001-Fix-platform-spec-file-check-tests-in-installed-OS-d.patch \
11 file://0002-Fix-missing-openembedded-from-ssg-constants.py.patch \
Andrew Geissler7e0e3c02022-02-25 20:34:39 +000012 file://0001-installed_OS_is_openembedded-Update-pattern-match.patch \
Andrew Geissler1fe918a2020-05-15 14:16:47 -050013 "
Brad Bishop26bdd442019-08-16 17:08:17 -040014PV = "0.1.44+git${SRCPV}"
15
16require scap-security-guide.inc
17
18EXTRA_OECMAKE += "-DSSG_PRODUCT_OPENEMBEDDED=ON"