guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: axoloti-runtime: Patch firmware Makefile.


From: guix-commits
Subject: branch master updated: gnu: axoloti-runtime: Patch firmware Makefile.
Date: Sun, 30 May 2021 08:51:51 -0400

This is an automated email from the git hooks/post-receive script.

rekado pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 17ace33  gnu: axoloti-runtime: Patch firmware Makefile.
17ace33 is described below

commit 17ace33aa61a10225e24691e1d0fd1b5b9c07804
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Sun May 30 14:49:37 2021 +0200

    gnu: axoloti-runtime: Patch firmware Makefile.
    
    * gnu/packages/axoloti.scm (axoloti-runtime)[arguments]: Patch out 
whitespace
    substitution.
---
 gnu/packages/axoloti.scm | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/gnu/packages/axoloti.scm b/gnu/packages/axoloti.scm
index 0b12e4f..c6dd748 100644
--- a/gnu/packages/axoloti.scm
+++ b/gnu/packages/axoloti.scm
@@ -125,6 +125,11 @@
                (("arm-none-eabi-(gcc|g\\+\\+|objcopy|objdump)" 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
              (substitute* '("firmware/Makefile"
                             "firmware/flasher/Makefile"



reply via email to

[Prev in Thread] Current Thread [Next in Thread]