blob: 6e7180f552adb51151155f2ccf35c03f09c2d4fe [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 \
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 Geissler1fe918a2020-05-15 14:16:47 -050010 "
Brad Bishop26bdd442019-08-16 17:08:17 -040011PV = "0.1.44+git${SRCPV}"
12
13require scap-security-guide.inc
14
15EXTRA_OECMAKE += "-DSSG_PRODUCT_OPENEMBEDDED=ON"