gnu: fc-host-tools: Update to 9a.
* gnu/packages/embedded.scm (fc-host-tools)[source]: Update to 9a. [arguments]<#:phases>[patch-installation-paths]: Modify.master
parent
bb4a8f4851
commit
6adfcbeab1
|
@ -977,14 +977,14 @@ SPI, I2C, JTAG.")
|
||||||
(define-public fc-host-tools
|
(define-public fc-host-tools
|
||||||
(package
|
(package
|
||||||
(name "fc-host-tools")
|
(name "fc-host-tools")
|
||||||
(version "8")
|
(version "9a")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "ftp://ftp.freecalypso.org/pub/GSM/"
|
(uri (string-append "ftp://ftp.freecalypso.org/pub/GSM/"
|
||||||
"FreeCalypso/fc-host-tools-r" version ".tar.bz2"))
|
"FreeCalypso/fc-host-tools-r" version ".tar.bz2"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"00kl9442maaxnsjvl5qc4c6fzjkgr3hac9ax1z2k6ry6byfknj6z"))))
|
"15w1njlvbzzbr9bwj2hwy8na3a55p1z1cysk5h9iziz9y955ansg"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #f ; No tests exist.
|
`(#:tests? #f ; No tests exist.
|
||||||
|
@ -1001,15 +1001,15 @@ SPI, I2C, JTAG.")
|
||||||
(add-after 'handle-tarbomb 'patch-installation-paths
|
(add-after 'handle-tarbomb 'patch-installation-paths
|
||||||
(lambda* (#:key outputs #:allow-other-keys)
|
(lambda* (#:key outputs #:allow-other-keys)
|
||||||
(substitute* '("Makefile"
|
(substitute* '("Makefile"
|
||||||
"rvinterf/libasync/launchrvif.c"
|
"rvinterf/etmsync/fsiomain.c"
|
||||||
|
"rvinterf/etmsync/fsnew.c"
|
||||||
|
"rvinterf/asyncshell/help.c"
|
||||||
|
"rvinterf/libinterf/launchrvif.c"
|
||||||
"loadtools/defpath.c"
|
"loadtools/defpath.c"
|
||||||
"loadtools/Makefile"
|
"loadtools/Makefile"
|
||||||
"miscutil/c139explore"
|
"miscutil/c139explore"
|
||||||
"miscutil/pirexplore"
|
"miscutil/pirexplore"
|
||||||
"ffstools/tiffs-wrappers/installpath.c"
|
"ffstools/tiffs-wrappers/installpath.c"
|
||||||
"rvinterf/rvtat/launchrvif.c"
|
|
||||||
"rvinterf/etmsync/launchrvif.c"
|
|
||||||
"rvinterf/libasync/launchrvif.c"
|
|
||||||
"uptools/atcmd/atinterf.c")
|
"uptools/atcmd/atinterf.c")
|
||||||
(("/opt/freecalypso/loadtools")
|
(("/opt/freecalypso/loadtools")
|
||||||
(string-append (assoc-ref outputs "out") "/lib/freecalypso/loadtools"))
|
(string-append (assoc-ref outputs "out") "/lib/freecalypso/loadtools"))
|
||||||
|
|
Reference in New Issue