1
0
mirror of https://git.yoctoproject.org/poky synced 2026-06-01 00:59:48 +00:00

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>
This commit is contained in:
Bruce Ashfield
2014-12-03 23:14:08 -05:00
committed by Richard Purdie
parent b829eaa125
commit 2214cb2e2c
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -32,7 +32,7 @@ DEPENDS = " \
bison flex \
"
do_configure[depends] += "virtual/kernel:do_patch"
do_configure[depends] += "virtual/kernel:do_install"
PROVIDES = "virtual/perf"