[PATCH 3/3] gnu: edk2-tools: Update to 202308.

  • Done
  • quality assurance status badge
Details
One participant
  • Maxim Cournoyer
Owner
unassigned
Submitted by
Maxim Cournoyer
Severity
normal
M
M
Maxim Cournoyer wrote on 31 Aug 2023 06:45
077b5c99bcb352267cb9750c0053834d4dcc34c2.1693457128.git.maxim.cournoyer@gmail.com
* gnu/packages/firmware.scm (edk2-tools): Update to 202308.
[arguments] <make-flags>: Add CC.
---
gnu/packages/firmware.scm | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)

Toggle diff (30 lines)
diff --git a/gnu/packages/firmware.scm b/gnu/packages/firmware.scm
index 2e2c4af796..94ec5e71a1 100644
--- a/gnu/packages/firmware.scm
+++ b/gnu/packages/firmware.scm
@@ -800,7 +800,7 @@ (define-public sgabios
(define-public edk2-tools
(package
(name "edk2-tools")
- (version "202211")
+ (version "202308")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -809,11 +809,12 @@ (define-public edk2-tools
(file-name (git-file-name name version))
(sha256
(base32
- "1264542mm0mffjcmw5sw34h94n405swz5z56rw1ragp3j62144iy"))))
+ "19g3g94hayvcwmn6sjs6mghq0qf5nsd785k5j8szcrj2p0vjh54f"))))
(build-system gnu-build-system)
(arguments
(list #:make-flags
- #~(list (string-append "BUILD_CC=" #$(cc-for-target)))
+ #~(list (string-append "BUILD_CC=" #$(cc-for-target))
+ (string-append "CC=" #$(cc-for-target)))
#:test-target "Tests"
#:phases
#~(modify-phases %standard-phases
--
2.41.0
M
M
Maxim Cournoyer wrote on 25 Sep 2023 19:58
control message for bug #65647
(address . control@debbugs.gnu.org)
87zg1a16ea.fsf@gmail.com
close 65647
quit
?
Your comment

This issue is archived.

To comment on this conversation send an email to 65647@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 65647
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch