Skip to content
Commit a2b50b74 authored by Rasmus Villemoes's avatar Rasmus Villemoes Committed by Richard Purdie
Browse files

kernel.bbclass: ensure symlink_kernsrc task gets run even with externalsrc



Commit c5dfc258 (kernel.bbclass: run do_symlink_kernsrc before
do_patch) fixed a race between do_symlink_kernsrc and
do_populate_lic. However, I missed the fact that when
externalsrc.bbclass is in use, the do_patch task doesn't exist,
meaning that do_symlink_kernsrc now doesn't get run at all, breaking
the build.

We need this task to run regardless of whether do_patch exists or not,
so reinstate the configure->symlink_kernsrc dependency explicitly.

Fixes: c5dfc258 (kernel.bbclass: run do_symlink_kernsrc before
do_patch)
Reported-by: default avatarChanho Park <parkch98@gmail.com>

Signed-off-by: default avatarRasmus Villemoes <rasmus.villemoes@prevas.dk>
Signed-off-by: default avatarRichard Purdie <richard.purdie@linuxfoundation.org>
parent f1554e8b
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment