[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#61454] [PATCH 3/5] gnu: linux-libre 5.10: Expose upstream sources.
From: |
jlicht |
Subject: |
[bug#61454] [PATCH 3/5] gnu: linux-libre 5.10: Expose upstream sources. |
Date: |
Sun, 12 Feb 2023 16:42:13 +0100 |
From: Jelle Licht <jlicht@fsfe.org>
* gnu/packages/linux.scm (linux-libre-5.10-pristine-source): Re-use extracted
upstream sources from ...
(linux-5.10-source): ... new variable.
---
gnu/packages/linux.scm | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index ff59084ed2..0a5411f98a 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -522,12 +522,13 @@ (define deblob-scripts-5.10
linux-libre-5.10-gnu-revision
(base32 "0mw7qn77y9c6wrnw4rjvf75cpm1w6n1aqqhf8cnghcb97p2yxxrf")
(base32 "0fk954nniva8a7s423fnfn2wz9j9jdhscc4pqyvwn0wlxxbjgyap")))
-(define-public linux-libre-5.10-pristine-source
+(define-public linux-5.10-source
(let ((version linux-libre-5.10-version)
(hash (base32 "1iprbgwdgnylzw4dc8jgims54x8dkq070c9vs4642rp529wgj1yq")))
- (make-linux-libre-source version
- (%upstream-linux-source version hash)
- deblob-scripts-5.10)))
+ (%upstream-linux-source version hash)))
+(define-public linux-libre-5.10-pristine-source
+ (let ((version linux-libre-5.10-version))
+ (make-linux-libre-source version linux-5.10-source deblob-scripts-5.10)))
(define-public linux-libre-5.4-version "5.4.231")
(define-public linux-libre-5.4-gnu-revision "gnu1")
--
2.39.1
- [bug#61454] [PATCH 0/5] Expose upstream linux sources, jlicht, 2023/02/12
- [bug#61454] [PATCH 3/5] gnu: linux-libre 5.10: Expose upstream sources.,
jlicht <=
- [bug#61454] [PATCH 2/5] gnu: linux-libre 4.19: Expose upstream sources., jlicht, 2023/02/12
- [bug#61454] [PATCH 4/5] gnu: linux-libre 5.15: Expose upstream sources., jlicht, 2023/02/12
- [bug#61454] [PATCH 5/5] gnu: linux-libre 6.1: Expose upstream sources., jlicht, 2023/02/12
- [bug#61454] [PATCH 1/5] gnu: linux-libre 4.14: Expose upstream sources., jlicht, 2023/02/12
- [bug#61454] [PATCH 0/5] Expose upstream linux sources, Liliana Marie Prikler, 2023/02/12
- [bug#61454] [PATCH 0/5] Expose upstream linux sources, Tobias Geerinckx-Rice, 2023/02/12