blob: cf6d531e8f3eb6c6cdf0372ff12f570a66e43272 [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"
Andrew Geissler9aee5002022-03-30 16:27:02 +00007LICENSE = "LGPL-2.1-only"
Brad Bishop1a4b7ee2018-12-16 17:11:34 -08008
9DEPENDS = "python3-dbus"
10
11SRCREV = "f25b16afb6ac761fea13132ff406fba4cdfd2b76"
Patrick Williams53961c22022-01-20 11:06:23 -060012SRC_URI = "git://github.com/OpenSCAP/openscap-daemon.git;branch=master;protocol=https \
Brad Bishop19323692019-04-05 15:28:33 -040013 file://0001-Renamed-module-and-variables-to-get-rid-of-async.patch \
14 "
Brad Bishop1a4b7ee2018-12-16 17:11:34 -080015
Andrew Geissler9aee5002022-03-30 16:27:02 +000016inherit setuptools_build_meta
Brad Bishop1a4b7ee2018-12-16 17:11:34 -080017
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 "