blob: 73a4729bfe5ad227ae1206828cfee72a52792dee [file] [log] [blame]
Brad Bishop26bdd442019-08-16 17:08:17 -04001# Copyright (C) 2017 Armin Kuster <akuster808@gmail.com>
2# Released under the MIT license (see COPYING.MIT for the terms)
3
4SUMARRY = "NIST Certified SCAP 1.2 toolkit with OE changes"
5
6include openscap.inc
7
Andrew Geissler064f75b2020-06-27 00:14:46 -05008SRCREV = "a85943eee400fdbe59234d1c4a02d8cf710c4625"
Brad Bishop26bdd442019-08-16 17:08:17 -04009SRC_URI = "git://github.com/akuster/openscap.git;branch=oe-1.3 \
10"
11
Andrew Geissler064f75b2020-06-27 00:14:46 -050012PV = "1.3.3+git${SRCPV}"