Brad Bishop | 26bdd44 | 2019-08-16 17:08:17 -0400 | [diff] [blame] | 1 | SUMARRY = "SCAP content for various platforms, OE changes" |
| 2 | |
| 3 | SRCREV = "5fdfdcb2e95afbd86ace555beca5d20cbf1043ed" |
Patrick Williams | 53961c2 | 2022-01-20 11:06:23 -0600 | [diff] [blame] | 4 | SRC_URI = "git://github.com/akuster/scap-security-guide.git;branch=oe-0.1.44;;protocol=https \ |
Andrew Geissler | 1fe918a | 2020-05-15 14:16:47 -0500 | [diff] [blame] | 5 | 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 Geissler | f31b8bd | 2020-11-30 19:54:56 -0600 | [diff] [blame] | 7 | 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 Geissler | 8b13928 | 2021-03-05 15:22:30 -0600 | [diff] [blame] | 10 | 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 Geissler | 7e0e3c0 | 2022-02-25 20:34:39 +0000 | [diff] [blame] | 12 | file://0001-installed_OS_is_openembedded-Update-pattern-match.patch \ |
Andrew Geissler | 1fe918a | 2020-05-15 14:16:47 -0500 | [diff] [blame] | 13 | " |
Brad Bishop | 26bdd44 | 2019-08-16 17:08:17 -0400 | [diff] [blame] | 14 | PV = "0.1.44+git${SRCPV}" |
| 15 | |
| 16 | require scap-security-guide.inc |
| 17 | |
| 18 | EXTRA_OECMAKE += "-DSSG_PRODUCT_OPENEMBEDDED=ON" |