diff options
Diffstat (limited to 'meta/recipes-kernel/perf/perf.bb')
-rw-r--r-- | meta/recipes-kernel/perf/perf.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-kernel/perf/perf.bb b/meta/recipes-kernel/perf/perf.bb index e5e5a0d267..2dfd798ef7 100644 --- a/meta/recipes-kernel/perf/perf.bb +++ b/meta/recipes-kernel/perf/perf.bb | |||
@@ -322,7 +322,7 @@ PACKAGES =+ "${PN}-archive ${PN}-tests ${PN}-perl ${PN}-python" | |||
322 | 322 | ||
323 | RDEPENDS_${PN} += "elfutils bash" | 323 | RDEPENDS_${PN} += "elfutils bash" |
324 | RDEPENDS_${PN}-archive =+ "bash" | 324 | RDEPENDS_${PN}-archive =+ "bash" |
325 | RDEPENDS_${PN}-python =+ "bash python3 python3-modules ${@bb.utils.contains('PACKAGECONFIG', 'audit', 'audit-python3', '', d)}" | 325 | RDEPENDS_${PN}-python =+ "bash python3 python3-modules ${@bb.utils.contains('PACKAGECONFIG', 'audit', 'audit-python', '', d)}" |
326 | RDEPENDS_${PN}-perl =+ "bash perl perl-modules" | 326 | RDEPENDS_${PN}-perl =+ "bash perl perl-modules" |
327 | RDEPENDS_${PN}-tests =+ "python3 bash" | 327 | RDEPENDS_${PN}-tests =+ "python3 bash" |
328 | 328 | ||