blob: a18cbd1f6e79f2930b829075dd3b9dc85749b443 [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"
Patrick Williams53961c22022-01-20 11:06:23 -06009SRC_URI = "git://github.com/akuster/openscap.git;branch=oe-1.3;protocol=https \
Brad Bishop26bdd442019-08-16 17:08:17 -040010"
11
Andrew Geissler064f75b2020-06-27 00:14:46 -050012PV = "1.3.3+git${SRCPV}"