diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-04-18 14:27:08 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-04-18 21:12:19 +0100 |
commit | 87bf42977a76f3d22676a9222a4c1f45c5b3e68f (patch) | |
tree | 95cdd57e1bb93ea43dd87bd49d6d2701e559d12c /meta/recipes-kernel/perf/perf.bb | |
parent | 412378b0b8fba06d3930c3f64df576885d8d5b07 (diff) | |
download | poky-87bf42977a76f3d22676a9222a4c1f45c5b3e68f.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/recipes-kernel/perf/perf.bb')
-rw-r--r-- | meta/recipes-kernel/perf/perf.bb | 2 |
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 | |||
41 | export BUILD_SYS | 41 | export BUILD_SYS |
42 | export HOST_SYS | 42 | export HOST_SYS |
43 | 43 | ||
44 | do_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 |
45 | inherit perlnative cpan-base | 47 | inherit 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 |