summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArmin Kuster <akuster808@gmail.com>2017-09-25 07:50:41 -0700
committerArmin Kuster <akuster808@gmail.com>2017-09-30 11:47:20 -0700
commit922deffe046de0c79c8679cdefb7cce08cc1aa5f (patch)
treefdf2c15afac57d6ca517688283d0058ce7692f3f
parent692864f6e8c21357ff1b8c79dda2c25f1e601828 (diff)
downloadmeta-security-922deffe046de0c79c8679cdefb7cce08cc1aa5f.tar.gz
openscap: add dameon
Signed-off-by: Armin Kuster <akuster808@gmail.com>
-rw-r--r--meta-security-compliance/recipes-openscap/openscap-daemon/openscap-daemon_0.1.6.bb18
1 files changed, 18 insertions, 0 deletions
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
new file mode 100644
index 0000000..1467da2
--- /dev/null
+++ b/meta-security-compliance/recipes-openscap/openscap-daemon/openscap-daemon_0.1.6.bb
@@ -0,0 +1,18 @@
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"
8
9DEPENDS = "python3-dbus"
10
11SRCREV = "3fd5c75a08223de35a865d026d2a6980ec9c1d74"
12SRC_URI = "git://github.com/OpenSCAP/openscap-daemon.git"
13
14PV = "0.1.6+git${SRCPV}"
15
16inherit setuptools3
17
18S = "${WORKDIR}/git"