mirror of
https://git.yoctoproject.org/poky
synced 2026-04-03 02:02:21 +02:00
perf: Fix QA error due to most recent kernel
A change in the latest kernel (next), triggers a QA error due to a missing RDEPENDS on perl for perf-tests. ERROR: QA Issue: /usr/libexec/perf-core/tests/shell/common/check_no_patterns_found.pl contained in package perf-tests requires /usr/bin/perl, but no providers found in RDEPENDS:perf-tests? [file-rdeps] (From OE-Core rev: a85e8eb558acbfd77fe83ad150f3dab2f240b094) Signed-off-by: Ryan Eatmon <reatmon@ti.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
acdb1bb14e
commit
38f6f3a066
@@ -382,7 +382,7 @@ RDEPENDS:${PN} += "elfutils bash"
|
||||
RDEPENDS:${PN}-archive =+ "bash"
|
||||
RDEPENDS:${PN}-python =+ "bash python3 python3-modules ${@bb.utils.contains('PACKAGECONFIG', 'audit', 'audit-python', '', d)}"
|
||||
RDEPENDS:${PN}-perl =+ "bash perl perl-modules"
|
||||
RDEPENDS:${PN}-tests =+ "python3 bash"
|
||||
RDEPENDS:${PN}-tests =+ "python3 bash perl"
|
||||
|
||||
RSUGGESTS:${PN} += "${PN}-archive ${PN}-tests \
|
||||
${@bb.utils.contains('PACKAGECONFIG', 'perl', '${PN}-perl', '', d)} \
|
||||
|
||||
Reference in New Issue
Block a user