[oe-commits] [openembedded-core] 02/11: perf: Fix externalsrc support

git at git.openembedded.org git at git.openembedded.org
Wed Mar 11 01:13:55 UTC 2020


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master
in repository openembedded-core.

commit eab605bab94552046ec4adae5debe026cc03bb4c
Author: Paul Barker <pbarker at konsulko.com>
AuthorDate: Mon Mar 9 14:21:38 2020 +0000

    perf: Fix externalsrc support
    
    When the externalsrc class is used the tasks listed in
    SRCTREECOVEREDTASKS are deleted to prevent them being executed. If
    externalsrc is used for the kernel then this will include
    virtual/kernel:do_patch.
    
    We can depend on do_shared_workdir instead as this will survive when
    externalsrc is used.
    
    Signed-off-by: Paul Barker <pbarker at konsulko.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/recipes-kernel/perf/perf.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-kernel/perf/perf.bb b/meta/recipes-kernel/perf/perf.bb
index 10a5b88..e005eb0 100644
--- a/meta/recipes-kernel/perf/perf.bb
+++ b/meta/recipes-kernel/perf/perf.bb
@@ -52,7 +52,7 @@ export PYTHON_SITEPACKAGES_DIR
 #kernel 3.1+ supports WERROR to disable warnings as errors
 export WERROR = "0"
 
-do_populate_lic[depends] += "virtual/kernel:do_patch"
+do_populate_lic[depends] += "virtual/kernel:do_shared_workdir"
 
 # needed for building the tools/perf Perl binding
 include ${@bb.utils.contains('PACKAGECONFIG', 'scripting', 'perf-perl.inc', '', d)}

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list