From 6c3262f5bb662b44b6473551b0717ace853379e6 Mon Sep 17 00:00:00 2001 From: Armin Kuster Date: Fri, 4 Mar 2022 07:21:10 -0800 Subject: openscap-daemon: fix wheels and License issues. Signed-off-by: Armin Kuster --- .../recipes-openscap/openscap-daemon/openscap-daemon_0.1.10.bb | 4 ++-- 1 file 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 @@ SUMARRY = "The OpenSCAP Daemon is a service that runs in the background." HOME_URL = "https://www.open-scap.org/tools/openscap-daemon/" LIC_FILES_CHKSUM = "file://LICENSE;md5=40d2542b8c43a3ec2b7f5da31a697b88" -LICENSE = "LGPL-2.1" +LICENSE = "LGPL-2.1-only" DEPENDS = "python3-dbus" @@ -13,7 +13,7 @@ SRC_URI = "git://github.com/OpenSCAP/openscap-daemon.git;branch=master;protocol= file://0001-Renamed-module-and-variables-to-get-rid-of-async.patch \ " -inherit setuptools3 +inherit setuptools_build_meta S = "${WORKDIR}/git" -- cgit v1.2.3-54-g00ecf