blob: f35d7691ba08b66355f92beec11e29c5567fe6c7 [file] [log] [blame]
Brad Bishop26bdd442019-08-16 17:08:17 -04001SUMARRY = "SCAP content for various platforms, OE changes"
2
3SRCREV = "5fdfdcb2e95afbd86ace555beca5d20cbf1043ed"
Andrew Geissler1fe918a2020-05-15 14:16:47 -05004SRC_URI = "git://github.com/akuster/scap-security-guide.git;branch=oe-0.1.44; \
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 \
7 "
Brad Bishop26bdd442019-08-16 17:08:17 -04008PV = "0.1.44+git${SRCPV}"
9
10require scap-security-guide.inc
11
12EXTRA_OECMAKE += "-DSSG_PRODUCT_OPENEMBEDDED=ON"