blob: f109566212ae142d7506e64b7a77e8469ea2b2dd [file] [log] [blame]
Brad Bishop1a4b7ee2018-12-16 17:11:34 -08001# 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 = "f25b16afb6ac761fea13132ff406fba4cdfd2b76"
Brad Bishop19323692019-04-05 15:28:33 -040012SRC_URI = "git://github.com/OpenSCAP/openscap-daemon.git \
13 file://0001-Renamed-module-and-variables-to-get-rid-of-async.patch \
14 "
Brad Bishop1a4b7ee2018-12-16 17:11:34 -080015
16inherit setuptools3
17
18S = "${WORKDIR}/git"
19
Patrick Williams213cb262021-08-07 19:21:33 -050020RDEPENDS:${PN} = "openscap scap-security-guide \
Andrew Geissler1fe918a2020-05-15 14:16:47 -050021 python3-core python3-dbus \
22 python3-pygobject \
23 "