gnu: fc-host-tools: Update to 10.
* gnu/packages/embedded.scm (fc-host-tools): Update to 10. [arguments]<:make-flags>: Change INSTBIN to INSTALL_PREFIX.
This commit is contained in:
parent
606c198788
commit
eb6ef893e8
|
@ -977,19 +977,19 @@ SPI, I2C, JTAG.")
|
||||||
(define-public fc-host-tools
|
(define-public fc-host-tools
|
||||||
(package
|
(package
|
||||||
(name "fc-host-tools")
|
(name "fc-host-tools")
|
||||||
(version "9a")
|
(version "10")
|
||||||
(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
|
||||||
"15w1njlvbzzbr9bwj2hwy8na3a55p1z1cysk5h9iziz9y955ansg"))))
|
"0ybjqkz1cpnxni66p3valv1bva39vpwzdcc4040lqzx6py9h7h8b"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #f ; No tests exist.
|
`(#:tests? #f ; No tests exist.
|
||||||
#:make-flags
|
#:make-flags
|
||||||
(list (string-append "INSTBIN=" %output "/bin")
|
(list (string-append "INSTALL_PREFIX=" %output)
|
||||||
(string-append "INCLUDE_INSTALL_DIR=" %output "include/rvinterf"))
|
(string-append "INCLUDE_INSTALL_DIR=" %output "include/rvinterf"))
|
||||||
#:phases
|
#:phases
|
||||||
(modify-phases %standard-phases
|
(modify-phases %standard-phases
|
||||||
|
|
Loading…
Reference in New Issue