blob: 3543e110c0f15f174f854dc45ee05b36246e090f [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}"
Andrew Geissler2daf84b2023-03-31 09:57:23 -050013
14DEFAULT_PREFERENCE = "-1"