diff options
Diffstat (limited to 'meta/recipes-kernel')
-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 f69d177949..420fe6b57a 100644 --- a/meta/recipes-kernel/perf/perf.bb +++ b/meta/recipes-kernel/perf/perf.bb | |||
@@ -170,7 +170,7 @@ PACKAGE_ARCH = "${MACHINE_ARCH}" | |||
170 | 170 | ||
171 | PACKAGES =+ "${PN}-archive ${PN}-tests ${PN}-perl ${PN}-python" | 171 | PACKAGES =+ "${PN}-archive ${PN}-tests ${PN}-perl ${PN}-python" |
172 | 172 | ||
173 | RDEPENDS_${PN} += "elfutils" | 173 | RDEPENDS_${PN} += "elfutils bash" |
174 | RDEPENDS_${PN}-archive =+ "bash" | 174 | RDEPENDS_${PN}-archive =+ "bash" |
175 | RDEPENDS_${PN}-python =+ "bash python" | 175 | RDEPENDS_${PN}-python =+ "bash python" |
176 | RDEPENDS_${PN}-perl =+ "bash perl perl-modules" | 176 | RDEPENDS_${PN}-perl =+ "bash perl perl-modules" |