diff options
-rw-r--r-- | meta/recipes-kernel/perf/perf.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-kernel/perf/perf.bb b/meta/recipes-kernel/perf/perf.bb index 10a5b88260..e005eb082b 100644 --- a/meta/recipes-kernel/perf/perf.bb +++ b/meta/recipes-kernel/perf/perf.bb | |||
@@ -52,7 +52,7 @@ export PYTHON_SITEPACKAGES_DIR | |||
52 | #kernel 3.1+ supports WERROR to disable warnings as errors | 52 | #kernel 3.1+ supports WERROR to disable warnings as errors |
53 | export WERROR = "0" | 53 | export WERROR = "0" |
54 | 54 | ||
55 | do_populate_lic[depends] += "virtual/kernel:do_patch" | 55 | do_populate_lic[depends] += "virtual/kernel:do_shared_workdir" |
56 | 56 | ||
57 | # needed for building the tools/perf Perl binding | 57 | # needed for building the tools/perf Perl binding |
58 | include ${@bb.utils.contains('PACKAGECONFIG', 'scripting', 'perf-perl.inc', '', d)} | 58 | include ${@bb.utils.contains('PACKAGECONFIG', 'scripting', 'perf-perl.inc', '', d)} |