mirror of
https://git.yoctoproject.org/poky
synced 2026-04-20 18:32:12 +02: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:
committed by
Richard Purdie
parent
b829eaa125
commit
2214cb2e2c
@@ -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
|
||||
|
||||
|
||||
@@ -32,7 +32,7 @@ DEPENDS = " \
|
||||
bison flex \
|
||||
"
|
||||
|
||||
do_configure[depends] += "virtual/kernel:do_patch"
|
||||
do_configure[depends] += "virtual/kernel:do_install"
|
||||
|
||||
PROVIDES = "virtual/perf"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user