kernel: Remove empty preUnpack
This commit is contained in:
parent
7098bcac27
commit
e0ce4bee57
@ -105,7 +105,9 @@ let
|
|||||||
sed -e '/fflush(stdout);/i\printf("###");' -i scripts/kconfig/conf.c
|
sed -e '/fflush(stdout);/i\printf("###");' -i scripts/kconfig/conf.c
|
||||||
'';
|
'';
|
||||||
|
|
||||||
inherit (kernel) src patches preUnpack;
|
preUnpack = kernel.preUnpack or "";
|
||||||
|
|
||||||
|
inherit (kernel) src patches;
|
||||||
|
|
||||||
buildPhase = ''
|
buildPhase = ''
|
||||||
export buildRoot="''${buildRoot:-build}"
|
export buildRoot="''${buildRoot:-build}"
|
||||||
|
@ -90,9 +90,6 @@ let
|
|||||||
|
|
||||||
inherit src;
|
inherit src;
|
||||||
|
|
||||||
preUnpack = ''
|
|
||||||
'';
|
|
||||||
|
|
||||||
patches = map (p: p.patch) kernelPatches;
|
patches = map (p: p.patch) kernelPatches;
|
||||||
|
|
||||||
prePatch = ''
|
prePatch = ''
|
||||||
|
Loading…
x
Reference in New Issue
Block a user