diff options
author | Bruce Ashfield <bruce.ashfield@windriver.com> | 2014-12-03 23:14:08 -0500 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-12-21 12:37:53 +0000 |
commit | 2214cb2e2c148df465b94b3fad1b243ab89bae5c (patch) | |
tree | 884570568f6455e0d3d544456dc805cde70de301 /meta/recipes-kernel/perf | |
parent | b829eaa125217a2c0bcdc55eaaf7448029214dab (diff) | |
download | poky-2214cb2e2c148df465b94b3fad1b243ab89bae5c.tar.gz |
lttng/perf: depend on virtual/kernel:do_install
To ensure that the minimal environment has been created for out of
tree module builds, perf and lttng should depend on the do_install
task of the kernel.
(From OE-Core rev: 7f934946fdb3184a06ce1a2cdc29559e7c468492)
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.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.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 d375e246ce..a42aa73c53 100644 --- a/meta/recipes-kernel/perf/perf.bb +++ b/meta/recipes-kernel/perf/perf.bb | |||
@@ -32,7 +32,7 @@ DEPENDS = " \ | |||
32 | bison flex \ | 32 | bison flex \ |
33 | " | 33 | " |
34 | 34 | ||
35 | do_configure[depends] += "virtual/kernel:do_patch" | 35 | do_configure[depends] += "virtual/kernel:do_install" |
36 | 36 | ||
37 | PROVIDES = "virtual/perf" | 37 | PROVIDES = "virtual/perf" |
38 | 38 | ||