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 e9c5c0c9f3..c43f39cd1d 100644 --- a/meta/recipes-kernel/perf/perf.bb +++ b/meta/recipes-kernel/perf/perf.bb | |||
@@ -201,7 +201,7 @@ PACKAGES =+ "${PN}-archive ${PN}-tests ${PN}-perl ${PN}-python" | |||
201 | 201 | ||
202 | RDEPENDS_${PN} += "elfutils bash" | 202 | RDEPENDS_${PN} += "elfutils bash" |
203 | RDEPENDS_${PN}-archive =+ "bash" | 203 | RDEPENDS_${PN}-archive =+ "bash" |
204 | RDEPENDS_${PN}-python =+ "bash python" | 204 | RDEPENDS_${PN}-python =+ "bash python python-modules" |
205 | RDEPENDS_${PN}-perl =+ "bash perl perl-modules" | 205 | RDEPENDS_${PN}-perl =+ "bash perl perl-modules" |
206 | RDEPENDS_${PN}-tests =+ "python" | 206 | RDEPENDS_${PN}-tests =+ "python" |
207 | 207 | ||