GNU bug report logs -
#67403
[PATCH 0/8] Coreboot related patches.
Previous Next
Full log
Message #14 received at 67403 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/flashing-tools.scm (intelmetool): Use coreboot-version and
coreboot-source.
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo <at> cyberdimension.org>
Change-Id: If1d78511c6b0752e3938fb274ac754693f76a116
---
gnu/packages/flashing-tools.scm | 12 ++----------
1 file changed, 2 insertions(+), 10 deletions(-)
diff --git a/gnu/packages/flashing-tools.scm b/gnu/packages/flashing-tools.scm
index 4fe78ce783..1785bee910 100644
--- a/gnu/packages/flashing-tools.scm
+++ b/gnu/packages/flashing-tools.scm
@@ -467,16 +467,8 @@ (define-public ifdtool
(define-public intelmetool
(package
(name "intelmetool")
- (version "4.7")
- (source (origin
- (method git-fetch)
- (uri (git-reference
- (url "https://review.coreboot.org/p/coreboot")
- (commit version)))
- (file-name (git-file-name name version))
- (sha256
- (base32
- "0nw555i0fm5kljha9h47bk70ykbwv8ddfk6qhz6kfqb79vzhy4h2"))))
+ (version coreboot-version)
+ (source coreboot-source)
(build-system gnu-build-system)
(inputs
(list pciutils zlib))
--
2.41.0
This bug report was last modified 268 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.