diff options
author | Tom Zanussi <tom.zanussi@linux.intel.com> | 2013-03-01 11:34:56 -0600 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-03-02 12:56:54 +0000 |
commit | 84baa1a537d80e1252f0a08f03374eac40d1004f (patch) | |
tree | a5062bb184ecc41f1b4fcb89e7d8400b7ce7dc54 /meta | |
parent | 06615186edf3356ddce68ea0d5d521fca213017e (diff) | |
download | poky-84baa1a537d80e1252f0a08f03374eac40d1004f.tar.gz |
perf: add bash dependency
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].
(From OE-Core rev: 8169adeba67180f062fa7c0105fc4283da3103c6)
Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-kernel/perf/perf_3.4.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-kernel/perf/perf_3.4.bb b/meta/recipes-kernel/perf/perf_3.4.bb index e89a7c3ba4..be0f386859 100644 --- a/meta/recipes-kernel/perf/perf_3.4.bb +++ b/meta/recipes-kernel/perf/perf_3.4.bb | |||
@@ -28,7 +28,7 @@ DEPENDS = "virtual/kernel \ | |||
28 | " | 28 | " |
29 | 29 | ||
30 | SCRIPTING_RDEPENDS = "${@perf_feature_enabled('perf-scripting', 'perl perl-modules python', '',d)}" | 30 | SCRIPTING_RDEPENDS = "${@perf_feature_enabled('perf-scripting', 'perl perl-modules python', '',d)}" |
31 | RDEPENDS_${PN} += "elfutils ${SCRIPTING_RDEPENDS}" | 31 | RDEPENDS_${PN} += "elfutils bash ${SCRIPTING_RDEPENDS}" |
32 | 32 | ||
33 | PROVIDES = "virtual/perf" | 33 | PROVIDES = "virtual/perf" |
34 | 34 | ||