summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2013-04-18 14:27:08 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-04-18 21:12:23 +0100
commit870d8a817dbfd35bca0237246a15142215dbc30b (patch)
treed1893bf1a5fa4d4268ab0af34f0b8cf6fbbc471a /meta
parent62477881e8e36fd8cbdc2e4c1a4a8113ca6c4ceb (diff)
downloadpoky-870d8a817dbfd35bca0237246a15142215dbc30b.tar.gz
perf: Ensure license is handled correctly
The do_populate_lic task has a race with the recipe since it relies on the kernel being populated in the sysroot. This patch adds in the explicit missing dependency. [YOCTO #3534] (From OE-Core rev: 578937213c6db9fa99981778ce61210e391b19a7) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r--meta/recipes-kernel/perf/perf.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-kernel/perf/perf.bb b/meta/recipes-kernel/perf/perf.bb
index 210c4cbf65..844e8807ca 100644
--- a/meta/recipes-kernel/perf/perf.bb
+++ b/meta/recipes-kernel/perf/perf.bb
@@ -41,6 +41,8 @@ export STAGING_LIBDIR
41export BUILD_SYS 41export BUILD_SYS
42export HOST_SYS 42export HOST_SYS
43 43
44do_populate_lic[depends] += "virtual/kernel:do_populate_sysroot"
45
44# needed for building the tools/perf Perl binding 46# needed for building the tools/perf Perl binding
45inherit perlnative cpan-base 47inherit perlnative cpan-base
46# Env var which tells perl if it should use host (no) or target (yes) settings 48# Env var which tells perl if it should use host (no) or target (yes) settings