[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
04/06: gnu: linux-libre: Apply %boot-logo patch in origin.
From: |
David Craven |
Subject: |
04/06: gnu: linux-libre: Apply %boot-logo patch in origin. |
Date: |
Tue, 13 Sep 2016 14:46:18 +0000 (UTC) |
dvc pushed a commit to branch master
in repository guix.
commit 499fb7e0baf0ec43ef9aac6d663da95415041954
Author: David Craven <address@hidden>
Date: Thu Sep 8 16:01:43 2016 +0200
gnu: linux-libre: Apply %boot-logo patch in origin.
* gnu/packages/linux.scm (linux-libre)[origin]: Apply %boot-logo patch
in origin.
---
gnu/packages/linux.scm | 8 ++------
1 file changed, 2 insertions(+), 6 deletions(-)
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 27b5f4a..a7eaae9 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -266,7 +266,8 @@ for SYSTEM and optionally VARIANT, or #f if there is no
such configuration."
(uri (linux-libre-urls version))
(sha256
(base32
- "18sy1vh4x66hsk0qbq8g5299my082d530zm8c7xnbakq7350igi6"))))
+ "18sy1vh4x66hsk0qbq8g5299my082d530zm8c7xnbakq7350igi6"))
+ (patches (origin-patches %boot-logo-patch))))
(build-system gnu-build-system)
(supported-systems '("x86_64-linux" "i686-linux"))
(native-inputs
@@ -274,7 +275,6 @@ for SYSTEM and optionally VARIANT, or #f if there is no
such configuration."
("bc" ,bc)
("openssl" ,openssl)
("module-init-tools" ,module-init-tools)
- ("patch/freedo+gnu" ,%boot-logo-patch)
,@(let ((conf (kernel-config
(or (%current-target-system)
@@ -297,10 +297,6 @@ for SYSTEM and optionally VARIANT, or #f if there is no
such configuration."
(setenv "KCONFIG_NOTIMESTAMP" "1")
(setenv "KBUILD_BUILD_TIMESTAMP" (getenv "SOURCE_DATE_EPOCH"))
- ;; Apply the neat patch.
- (system* "patch" "-p1" "--force"
- "-i" (assoc-ref inputs "patch/freedo+gnu"))
-
(let ((arch ,(system->linux-architecture
(or (%current-target-system)
(%current-system)))))
- branch master updated (89bcf3f -> 4b42703), David Craven, 2016/09/13
- 01/06: gnu: module-init-tools: Prevent line wrapping., David Craven, 2016/09/13
- 05/06: gnu: linux-libre: Move kernel configuration to configure phase., David Craven, 2016/09/13
- 02/06: gnu: linux-libre: Use modify-phases., David Craven, 2016/09/13
- 04/06: gnu: linux-libre: Apply %boot-logo patch in origin.,
David Craven <=
- 06/06: gnu: linux-libre: Add support for cross-compilation., David Craven, 2016/09/13
- 03/06: gnu: linux-libre: Use system->architecture., David Craven, 2016/09/13