mirror of
https://git.yoctoproject.org/meta-security
synced 2026-01-12 03:10:13 +00:00
openscap: update to 1.3.6
Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
@@ -1,9 +0,0 @@
|
||||
SUMARRY = "NIST Certified SCAP 1.2 toolkit"
|
||||
|
||||
require openscap.inc
|
||||
|
||||
SRCREV = "0cb55c55af6be9934d6fd0caf4563b206f289732"
|
||||
SRC_URI = "git://github.com/OpenSCAP/openscap.git;branch=maint-1.3;protocol=https \
|
||||
"
|
||||
|
||||
DEFAULT_PREFERENCE = "-1"
|
||||
@@ -0,0 +1,21 @@
|
||||
SUMARRY = "NIST Certified SCAP 1.2 toolkit"
|
||||
|
||||
DEPENDS:append = " xmlsec1"
|
||||
|
||||
require openscap.inc
|
||||
|
||||
inherit systemd
|
||||
|
||||
SRCREV = "d10c40e43e1c627912374b8fbdfa1a84967fcc92"
|
||||
SRC_URI = "git://github.com/OpenSCAP/openscap.git;branch=maint-1.3;protocol=https"
|
||||
|
||||
SYSTEMD_PACKAGES = "${PN}"
|
||||
SYSTEMD_SERVICE:${PN} = "oscap-remediate.service"
|
||||
|
||||
do_install:append () {
|
||||
if ${@bb.utils.contains('DISTRO_FEATURES','systemd','true','false',d)}; then
|
||||
install -D -m 0644 ${B}/oscap-remediate.service ${D}${systemd_system_unitdir}/oscap-remediate.service
|
||||
fi
|
||||
}
|
||||
|
||||
DEFAULT_PREFERENCE = "-1"
|
||||
Reference in New Issue
Block a user