diff options
| author | Armin Kuster <akuster808@gmail.com> | 2022-03-04 07:21:10 -0800 |
|---|---|---|
| committer | Armin Kuster <akuster808@gmail.com> | 2022-03-11 21:08:22 -0800 |
| commit | 6c3262f5bb662b44b6473551b0717ace853379e6 (patch) | |
| tree | fd49e195cf309a914a091aea7004f1f7b6ba61e1 /meta-security-compliance | |
| parent | be65e1c3babf85b80af0b23484a29564b879fb6b (diff) | |
| download | meta-security-6c3262f5bb662b44b6473551b0717ace853379e6.tar.gz | |
openscap-daemon: fix wheels and License issues.
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'meta-security-compliance')
| -rw-r--r-- | meta-security-compliance/recipes-openscap/openscap-daemon/openscap-daemon_0.1.10.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-security-compliance/recipes-openscap/openscap-daemon/openscap-daemon_0.1.10.bb b/meta-security-compliance/recipes-openscap/openscap-daemon/openscap-daemon_0.1.10.bb index 549a888..cf6d531 100644 --- a/meta-security-compliance/recipes-openscap/openscap-daemon/openscap-daemon_0.1.10.bb +++ b/meta-security-compliance/recipes-openscap/openscap-daemon/openscap-daemon_0.1.10.bb | |||
| @@ -4,7 +4,7 @@ | |||
| 4 | SUMARRY = "The OpenSCAP Daemon is a service that runs in the background." | 4 | SUMARRY = "The OpenSCAP Daemon is a service that runs in the background." |
| 5 | HOME_URL = "https://www.open-scap.org/tools/openscap-daemon/" | 5 | HOME_URL = "https://www.open-scap.org/tools/openscap-daemon/" |
| 6 | LIC_FILES_CHKSUM = "file://LICENSE;md5=40d2542b8c43a3ec2b7f5da31a697b88" | 6 | LIC_FILES_CHKSUM = "file://LICENSE;md5=40d2542b8c43a3ec2b7f5da31a697b88" |
| 7 | LICENSE = "LGPL-2.1" | 7 | LICENSE = "LGPL-2.1-only" |
| 8 | 8 | ||
| 9 | DEPENDS = "python3-dbus" | 9 | DEPENDS = "python3-dbus" |
| 10 | 10 | ||
| @@ -13,7 +13,7 @@ SRC_URI = "git://github.com/OpenSCAP/openscap-daemon.git;branch=master;protocol= | |||
| 13 | file://0001-Renamed-module-and-variables-to-get-rid-of-async.patch \ | 13 | file://0001-Renamed-module-and-variables-to-get-rid-of-async.patch \ |
| 14 | " | 14 | " |
| 15 | 15 | ||
| 16 | inherit setuptools3 | 16 | inherit setuptools_build_meta |
| 17 | 17 | ||
| 18 | S = "${WORKDIR}/git" | 18 | S = "${WORKDIR}/git" |
| 19 | 19 | ||
