diff options
| -rw-r--r-- | meta-security-compliance/recipes-openscap/openscap/openscap_1.3.3.bb | 9 | ||||
| -rw-r--r-- | meta-security-compliance/recipes-openscap/openscap/openscap_1.3.6.bb | 21 |
2 files changed, 21 insertions, 9 deletions
diff --git a/meta-security-compliance/recipes-openscap/openscap/openscap_1.3.3.bb b/meta-security-compliance/recipes-openscap/openscap/openscap_1.3.3.bb deleted file mode 100644 index 192b008..0000000 --- a/meta-security-compliance/recipes-openscap/openscap/openscap_1.3.3.bb +++ /dev/null | |||
| @@ -1,9 +0,0 @@ | |||
| 1 | SUMARRY = "NIST Certified SCAP 1.2 toolkit" | ||
| 2 | |||
| 3 | require openscap.inc | ||
| 4 | |||
| 5 | SRCREV = "0cb55c55af6be9934d6fd0caf4563b206f289732" | ||
| 6 | SRC_URI = "git://github.com/OpenSCAP/openscap.git;branch=maint-1.3;protocol=https \ | ||
| 7 | " | ||
| 8 | |||
| 9 | DEFAULT_PREFERENCE = "-1" | ||
diff --git a/meta-security-compliance/recipes-openscap/openscap/openscap_1.3.6.bb b/meta-security-compliance/recipes-openscap/openscap/openscap_1.3.6.bb new file mode 100644 index 0000000..306a0f9 --- /dev/null +++ b/meta-security-compliance/recipes-openscap/openscap/openscap_1.3.6.bb | |||
| @@ -0,0 +1,21 @@ | |||
| 1 | SUMARRY = "NIST Certified SCAP 1.2 toolkit" | ||
| 2 | |||
| 3 | DEPENDS:append = " xmlsec1" | ||
| 4 | |||
| 5 | require openscap.inc | ||
| 6 | |||
| 7 | inherit systemd | ||
| 8 | |||
| 9 | SRCREV = "d10c40e43e1c627912374b8fbdfa1a84967fcc92" | ||
| 10 | SRC_URI = "git://github.com/OpenSCAP/openscap.git;branch=maint-1.3;protocol=https" | ||
| 11 | |||
| 12 | SYSTEMD_PACKAGES = "${PN}" | ||
| 13 | SYSTEMD_SERVICE:${PN} = "oscap-remediate.service" | ||
| 14 | |||
| 15 | do_install:append () { | ||
| 16 | if ${@bb.utils.contains('DISTRO_FEATURES','systemd','true','false',d)}; then | ||
| 17 | install -D -m 0644 ${B}/oscap-remediate.service ${D}${systemd_system_unitdir}/oscap-remediate.service | ||
| 18 | fi | ||
| 19 | } | ||
| 20 | |||
| 21 | DEFAULT_PREFERENCE = "-1" | ||
