mirror of
https://git.yoctoproject.org/meta-security
synced 2026-06-01 13:10:33 +00:00
oe-scap: Fix QA RDEPENDS error
ERROR: oe-scap-1.0-r0 do_package_qa: QA Issue: /usr/share/oe-scap/run_tests.sh contained in package oe-scap requires /bin/bash, but no providers found in RDEPENDS_oe-scap? [file-rdeps] Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
@@ -30,4 +30,4 @@ do_install () {
|
||||
|
||||
FILES_${PN} += "${datadir}/oe-scap"
|
||||
|
||||
RDEPENDS_${PN} = "openscap"
|
||||
RDEPENDS_${PN} = "openscap bash"
|
||||
|
||||
Reference in New Issue
Block a user