mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: u-boot-rockpro64-rk3399: Drop obsolete phase.
* gnu/packages/bootloaders.scm (u-boot-rockpro64-rk3399): Drop obsolete 'patch-header phase. Signed-off-by: Vagrant Cascadian <vagrant@debian.org>
This commit is contained in:
parent
ae30bf6332
commit
c1ec9e8d53
1 changed files with 1 additions and 10 deletions
|
@ -1426,16 +1426,7 @@ Documentation} for more information (for example by running @samp{info
|
|||
;; OpenSSL license incompatibilities.
|
||||
"# CONFIG_SPL_FIT_SIGNATURE is not set"))))
|
||||
(package
|
||||
(inherit base)
|
||||
(arguments
|
||||
(substitute-keyword-arguments (package-arguments base)
|
||||
((#:phases phases)
|
||||
#~(modify-phases #$phases
|
||||
(add-after 'unpack 'patch-header
|
||||
(lambda _
|
||||
(substitute* "include/config_distro_bootcmd.h"
|
||||
(("\"scsi_need_init=")
|
||||
"\"setenv scsi_need_init")))))))))))
|
||||
(inherit base))))
|
||||
|
||||
(define-public u-boot-pinebook-pro-rk3399
|
||||
(make-u-boot-rockchip-package "pinebook-pro" 'rk3399))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue