gnu: axoloti-runtime: Patch firmware Makefile.
* gnu/packages/axoloti.scm (axoloti-runtime)[arguments]: Patch out whitespace substitution.master
parent
3c5a58cb0b
commit
17ace33aa6
|
@ -125,6 +125,11 @@
|
||||||
(("arm-none-eabi-(gcc|g\\+\\+|objcopy|objdump)" tool)
|
(("arm-none-eabi-(gcc|g\\+\\+|objcopy|objdump)" tool)
|
||||||
(which tool)))
|
(which tool)))
|
||||||
|
|
||||||
|
;; XXX: for some reason the whitespace substitution does not
|
||||||
|
;; work, so we disable it.
|
||||||
|
(substitute* "firmware/Makefile.patch"
|
||||||
|
(("^BDIR=.*") "BDIR=${axoloti_home}/build\n"))
|
||||||
|
|
||||||
;; Hardcode full path to compiler tools
|
;; Hardcode full path to compiler tools
|
||||||
(substitute* '("firmware/Makefile"
|
(substitute* '("firmware/Makefile"
|
||||||
"firmware/flasher/Makefile"
|
"firmware/flasher/Makefile"
|
||||||
|
|
Reference in New Issue