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

View File

@@ -7,6 +7,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=1412caf5a1aa90d6a48588a4794c0eac \
file://lgpl-2.1.txt;md5=243b725d71bb5df4a1e5920b344b86ad"
DEPENDS = "virtual/kernel"
do_configure[depends] += "virtual/kernel:do_install"
inherit module

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"