]> code.ossystems Code Review - openembedded-core.git/commitdiff
perf: add bash dependency
authorTom Zanussi <tom.zanussi@linux.intel.com>
Fri, 1 Mar 2013 17:34:56 +0000 (11:34 -0600)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 2 Mar 2013 12:54:15 +0000 (12:54 +0000)
There are a number of scripts in the perf installation that use bash,
so we need to add a run-time dependency on bash for them. If not, we
can generate build errors like "no package provides /bin/bash".

Fixes [YOCTO #3951].

Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
meta/recipes-kernel/perf/perf_3.4.bb

index e89a7c3ba42d0b0dc3c6e9df3c94f80d19ab1604..be0f38685972c10ee6b3fc472f07e4c86e445427 100644 (file)
@@ -28,7 +28,7 @@ DEPENDS = "virtual/kernel \
           "
 
 SCRIPTING_RDEPENDS = "${@perf_feature_enabled('perf-scripting', 'perl perl-modules python', '',d)}"
-RDEPENDS_${PN} += "elfutils ${SCRIPTING_RDEPENDS}"
+RDEPENDS_${PN} += "elfutils bash ${SCRIPTING_RDEPENDS}"
 
 PROVIDES = "virtual/perf"