summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArmin Kuster <akuster808@gmail.com>2018-09-09 13:25:06 -0700
committerArmin Kuster <akuster808@gmail.com>2018-09-17 21:08:19 -0700
commit7aa34f55a603c6d3d34d90ae93f362b9fc418c89 (patch)
tree8503abb812bf81d2192f7a2124dadb4a077c4fd3
parent58ab731ab6a77826130b124428d7d6e4a677e3d5 (diff)
downloadmeta-security-7aa34f55a603c6d3d34d90ae93f362b9fc418c89.tar.gz
openscap-daemon: update to 1.10
Signed-off-by: Armin Kuster <akuster808@gmail.com>
-rw-r--r--meta-security-compliance/recipes-openscap/openscap-daemon/openscap-daemon_0.1.10.bb (renamed from meta-security-compliance/recipes-openscap/openscap-daemon/openscap-daemon_0.1.6.bb)4
1 files changed, 1 insertions, 3 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.10.bb
index fb01a11..a6a9373 100644
--- 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.10.bb
@@ -8,11 +8,9 @@ LICENSE = "LGPL-2.1"
8 8
9DEPENDS = "python3-dbus" 9DEPENDS = "python3-dbus"
10 10
11SRCREV = "3fd5c75a08223de35a865d026d2a6980ec9c1d74" 11SRCREV = "f25b16afb6ac761fea13132ff406fba4cdfd2b76"
12SRC_URI = "git://github.com/OpenSCAP/openscap-daemon.git" 12SRC_URI = "git://github.com/OpenSCAP/openscap-daemon.git"
13 13
14PV = "0.1.6+git${SRCPV}"
15
16inherit setuptools3 14inherit setuptools3
17 15
18S = "${WORKDIR}/git" 16S = "${WORKDIR}/git"