diff options
author | Yi Zhao <yi.zhao@windriver.com> | 2019-08-23 09:52:43 +0800 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2019-08-24 12:58:37 -0700 |
commit | 6d399b34ab9d97db0de99e3f2e650690dbdada5d (patch) | |
tree | 7760c05cdf1ca2d9dd8be086ad3848d23458c078 | |
parent | 16e4875e787fef08084bd0ed5db45f292ef98fe3 (diff) | |
download | meta-security-6d399b34ab9d97db0de99e3f2e650690dbdada5d.tar.gz |
openscap: add runtime dependency on bash and python3-core
Fixes:
ERROR: QA Issue: /usr/bin/oscap-ssh contained in package openscap requires /bin/bash, but no providers found in RDEPENDS_openscap? [file-rdeps]
ERROR: QA Issue: /usr/bin/scap-as-rpm contained in package openscap requires /usr/bin/python3, but no providers found in RDEPENDS_openscap? [file-rdeps]
Signed-off-by: Yi Zhao <yi.zhao@windriver.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
-rw-r--r-- | meta-security-compliance/recipes-openscap/openscap/openscap.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-security-compliance/recipes-openscap/openscap/openscap.inc b/meta-security-compliance/recipes-openscap/openscap/openscap.inc index 07d9700..ed8d8ff 100644 --- a/meta-security-compliance/recipes-openscap/openscap/openscap.inc +++ b/meta-security-compliance/recipes-openscap/openscap/openscap.inc | |||
@@ -51,6 +51,6 @@ do_install_append_class-native () { | |||
51 | 51 | ||
52 | FILES_${PN} += "${PYTHON_SITEPACKAGES_DIR}" | 52 | FILES_${PN} += "${PYTHON_SITEPACKAGES_DIR}" |
53 | 53 | ||
54 | RDEPENDS_${PN} += "libxml2 python3 libgcc" | 54 | RDEPENDS_${PN} += "libxml2 python3-core libgcc bash" |
55 | 55 | ||
56 | BBCLASSEXTEND = "native" | 56 | BBCLASSEXTEND = "native" |