mirror of
https://git.yoctoproject.org/poky
synced 2026-04-13 05:02:24 +02:00
Revert "kernel.bbclass: run do_symlink_kernsrc before do_patch"
This reverts commit 914d8a00e34a8edf75a349da6f5978e4ed60e6d5. Due to bug introduced for externalsrc https://bugzilla.yoctoproject.org/show_bug.cgi?id=14044 (From OE-Core rev: a6a9913575aab96f4347bdf979e26115aa0fd716) Signed-off-by: Steve Sakoman <steve@sakoman.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
2f63316394
commit
bb24db8e6b
@@ -152,7 +152,7 @@ python do_symlink_kernsrc () {
|
||||
shutil.move(s, kernsrc)
|
||||
os.symlink(kernsrc, s)
|
||||
}
|
||||
addtask symlink_kernsrc before do_patch after do_unpack
|
||||
addtask symlink_kernsrc before do_configure after do_unpack
|
||||
|
||||
inherit kernel-arch deploy
|
||||
|
||||
|
||||
Reference in New Issue
Block a user