diff options
-rw-r--r-- | meta-security-compliance/recipes-openscap/openscap-daemon/openscap-daemon_0.1.10.bb | 2 |
1 files changed, 1 insertions, 1 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 cf6d531..9659323 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 | |||
@@ -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 setuptools_build_meta | 16 | inherit python_setuptools_build_meta |
17 | 17 | ||
18 | S = "${WORKDIR}/git" | 18 | S = "${WORKDIR}/git" |
19 | 19 | ||