blob: ca6e03079b853e8aed32a4c963781a4ee0b4c300 [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
20RDEPENDS_${PN} = "python"