Richard Marian Thomaiyar | 14fddef | 2018-07-13 23:55:56 +0530 | [diff] [blame] | 1 | # Copyright (C) 2017 Armin Kuster <akuster808@gmail.com> |
| 2 | # Released under the MIT license (see COPYING.MIT for the terms) |
| 3 | |
| 4 | SUMARRY = "The OpenSCAP Daemon is a service that runs in the background." |
| 5 | HOME_URL = "https://www.open-scap.org/tools/openscap-daemon/" |
| 6 | LIC_FILES_CHKSUM = "file://LICENSE;md5=40d2542b8c43a3ec2b7f5da31a697b88" |
| 7 | LICENSE = "LGPL-2.1" |
| 8 | |
| 9 | DEPENDS = "python3-dbus" |
| 10 | |
| 11 | SRCREV = "3fd5c75a08223de35a865d026d2a6980ec9c1d74" |
| 12 | SRC_URI = "git://github.com/OpenSCAP/openscap-daemon.git" |
| 13 | |
| 14 | PV = "0.1.6+git${SRCPV}" |
| 15 | |
| 16 | inherit setuptools3 |
| 17 | |
| 18 | S = "${WORKDIR}/git" |
| 19 | |
| 20 | RDEPENDS_${PN} = "python" |