File tree 1 file changed +9
-4
lines changed
1 file changed +9
-4
lines changed Original file line number Diff line number Diff line change 38
38
"CROSS_COMPILE=${ super . stdenv . cc . targetPrefix } "
39
39
"OPENSBI=${ self . opensbi } /share/opensbi/lp64/generic/firmware/fw_dynamic.bin"
40
40
] ;
41
- } ) . overrideAttrs ( super : {
42
- nativeBuildInputs = super . nativeBuildInputs ++ [
41
+ } ) . overrideAttrs ( prevAttrs : {
42
+ nativeBuildInputs = prevAttrs . nativeBuildInputs ++ [
43
43
self . buildPackages . spl-tool
44
44
] ;
45
- patches = [ ] ;
45
+ patches = [
46
+ ( super . fetchpatch {
47
+ url = "https://raw.githubusercontent.com/1715173329/openwrt-official/4e68103c4eb93d3f9b9359742c3c377ee2844943/package/boot/uboot-rockchip/patches/002-scripts-dtc-pylibfdt-libfdt-i_shipped-Use-SWIG_AppendOutp.patch" ;
48
+ hash = "sha256-N97cXu2XmCdoA6sSAbBM9s/1GcUMZfgP7iOMaYydcPo=" ;
49
+ } )
50
+ ] ;
46
51
installPhase = ''
47
52
spl_tool -c -f spl/u-boot-spl.bin
48
- ${ super . installPhase }
53
+ ${ prevAttrs . installPhase }
49
54
'' ;
50
55
} ) ;
51
56
You can’t perform that action at this time.
0 commit comments