diff options
author | Tom Zanussi <tom.zanussi@intel.com> | 2012-08-25 17:57:22 -0500 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-08-29 16:02:09 -0700 |
commit | 36f054e37a61db364d0faa22158ca227bf558bc0 (patch) | |
tree | 88c5d87ab210b4345164235b2c0540cc20516194 /meta/recipes-kernel/perf | |
parent | 44b8c1bb30883ebe71005b89b83ec7e43a957bad (diff) | |
download | poky-36f054e37a61db364d0faa22158ca227bf558bc0.tar.gz |
perf: add bison and flex to DEPENDS
perf depends on bison and flex for event parsing - add them as
dependencies.
(From OE-Core rev: f04b0ddb7a392425ba5890026564bc3521a32c67)
Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-kernel/perf')
-rw-r--r-- | meta/recipes-kernel/perf/perf_3.4.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/recipes-kernel/perf/perf_3.4.bb b/meta/recipes-kernel/perf/perf_3.4.bb index 5fb38e60ed..decc911de5 100644 --- a/meta/recipes-kernel/perf/perf_3.4.bb +++ b/meta/recipes-kernel/perf/perf_3.4.bb | |||
@@ -9,7 +9,7 @@ as well." | |||
9 | LICENSE = "GPLv2" | 9 | LICENSE = "GPLv2" |
10 | LIC_FILES_CHKSUM = "file://COPYING;md5=d7810fab7487fb0aad327b76f1be7cd7" | 10 | LIC_FILES_CHKSUM = "file://COPYING;md5=d7810fab7487fb0aad327b76f1be7cd7" |
11 | 11 | ||
12 | PR = "r4" | 12 | PR = "r5" |
13 | 13 | ||
14 | require perf.inc | 14 | require perf.inc |
15 | 15 | ||
@@ -24,6 +24,7 @@ DEPENDS = "virtual/kernel \ | |||
24 | ${MLPREFIX}binutils \ | 24 | ${MLPREFIX}binutils \ |
25 | ${TUI_DEPENDS} \ | 25 | ${TUI_DEPENDS} \ |
26 | ${SCRIPTING_DEPENDS} \ | 26 | ${SCRIPTING_DEPENDS} \ |
27 | bison flex \ | ||
27 | " | 28 | " |
28 | 29 | ||
29 | 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)}" |