]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commitdiff
perf: Fix QA error due to most recent kernel
authorRyan Eatmon <reatmon@ti.com>
Wed, 28 Feb 2024 01:33:27 +0000 (19:33 -0600)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 4 Apr 2024 20:50:21 +0000 (21:50 +0100)
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]

Signed-off-by: Ryan Eatmon <reatmon@ti.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
meta/recipes-kernel/perf/perf.bb

index 4f26813de0248aa21333017cfa6475c0949da7f2..ae7e24aa0c6d3c7ea5eeea456654541f170a8682 100644 (file)
@@ -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)} \