From 7aa34f55a603c6d3d34d90ae93f362b9fc418c89 Mon Sep 17 00:00:00 2001 From: Armin Kuster Date: Sun, 9 Sep 2018 13:25:06 -0700 Subject: openscap-daemon: update to 1.10 Signed-off-by: Armin Kuster --- .../openscap-daemon/openscap-daemon_0.1.10.bb | 18 ++++++++++++++++++ .../openscap-daemon/openscap-daemon_0.1.6.bb | 20 -------------------- 2 files changed, 18 insertions(+), 20 deletions(-) create mode 100644 meta-security-compliance/recipes-openscap/openscap-daemon/openscap-daemon_0.1.10.bb delete mode 100644 meta-security-compliance/recipes-openscap/openscap-daemon/openscap-daemon_0.1.6.bb diff --git a/meta-security-compliance/recipes-openscap/openscap-daemon/openscap-daemon_0.1.10.bb b/meta-security-compliance/recipes-openscap/openscap-daemon/openscap-daemon_0.1.10.bb new file mode 100644 index 0000000..a6a9373 --- /dev/null +++ b/meta-security-compliance/recipes-openscap/openscap-daemon/openscap-daemon_0.1.10.bb @@ -0,0 +1,18 @@ +# Copyright (C) 2017 Armin Kuster +# Released under the MIT license (see COPYING.MIT for the terms) + +SUMARRY = "The OpenSCAP Daemon is a service that runs in the background." +HOME_URL = "https://www.open-scap.org/tools/openscap-daemon/" +LIC_FILES_CHKSUM = "file://LICENSE;md5=40d2542b8c43a3ec2b7f5da31a697b88" +LICENSE = "LGPL-2.1" + +DEPENDS = "python3-dbus" + +SRCREV = "f25b16afb6ac761fea13132ff406fba4cdfd2b76" +SRC_URI = "git://github.com/OpenSCAP/openscap-daemon.git" + +inherit setuptools3 + +S = "${WORKDIR}/git" + +RDEPENDS_${PN} = "python" diff --git a/meta-security-compliance/recipes-openscap/openscap-daemon/openscap-daemon_0.1.6.bb b/meta-security-compliance/recipes-openscap/openscap-daemon/openscap-daemon_0.1.6.bb deleted file mode 100644 index fb01a11..0000000 --- a/meta-security-compliance/recipes-openscap/openscap-daemon/openscap-daemon_0.1.6.bb +++ /dev/null @@ -1,20 +0,0 @@ -# Copyright (C) 2017 Armin Kuster -# Released under the MIT license (see COPYING.MIT for the terms) - -SUMARRY = "The OpenSCAP Daemon is a service that runs in the background." -HOME_URL = "https://www.open-scap.org/tools/openscap-daemon/" -LIC_FILES_CHKSUM = "file://LICENSE;md5=40d2542b8c43a3ec2b7f5da31a697b88" -LICENSE = "LGPL-2.1" - -DEPENDS = "python3-dbus" - -SRCREV = "3fd5c75a08223de35a865d026d2a6980ec9c1d74" -SRC_URI = "git://github.com/OpenSCAP/openscap-daemon.git" - -PV = "0.1.6+git${SRCPV}" - -inherit setuptools3 - -S = "${WORKDIR}/git" - -RDEPENDS_${PN} = "python" -- cgit v1.2.3-54-g00ecf