summaryrefslogtreecommitdiffstats
path: root/meta-security-compliance/recipes-openscap/openscap-daemon/openscap-daemon_0.1.10.bb
diff options
context:
space:
mode:
authorArmin Kuster <akuster808@gmail.com>2023-06-12 16:26:07 -0400
committerArmin Kuster <akuster808@gmail.com>2023-06-20 11:07:20 -0400
commit54a808a4f92dee5af1b4c39b703ce14c589fb202 (patch)
tree32758d73860cd3961a5098bc543a2fe7145b8a2a /meta-security-compliance/recipes-openscap/openscap-daemon/openscap-daemon_0.1.10.bb
parentc00d101befbcd7fb55f72cdec8dff73bab18f95f (diff)
downloadmeta-security-54a808a4f92dee5af1b4c39b703ce14c589fb202.tar.gz
openscap-daemon: This is now obsolete
drop pkg Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'meta-security-compliance/recipes-openscap/openscap-daemon/openscap-daemon_0.1.10.bb')
-rw-r--r--meta-security-compliance/recipes-openscap/openscap-daemon/openscap-daemon_0.1.10.bb23
1 files changed, 0 insertions, 23 deletions
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
deleted file mode 100644
index 9659323..0000000
--- a/meta-security-compliance/recipes-openscap/openscap-daemon/openscap-daemon_0.1.10.bb
+++ /dev/null
@@ -1,23 +0,0 @@
1# Copyright (C) 2017 Armin Kuster <akuster808@gmail.com>
2# Released under the MIT license (see COPYING.MIT for the terms)
3
4SUMARRY = "The OpenSCAP Daemon is a service that runs in the background."
5HOME_URL = "https://www.open-scap.org/tools/openscap-daemon/"
6LIC_FILES_CHKSUM = "file://LICENSE;md5=40d2542b8c43a3ec2b7f5da31a697b88"
7LICENSE = "LGPL-2.1-only"
8
9DEPENDS = "python3-dbus"
10
11SRCREV = "f25b16afb6ac761fea13132ff406fba4cdfd2b76"
12SRC_URI = "git://github.com/OpenSCAP/openscap-daemon.git;branch=master;protocol=https \
13 file://0001-Renamed-module-and-variables-to-get-rid-of-async.patch \
14 "
15
16inherit python_setuptools_build_meta
17
18S = "${WORKDIR}/git"
19
20RDEPENDS:${PN} = "openscap scap-security-guide \
21 python3-core python3-dbus \
22 python3-pygobject \
23 "