all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#32109] [PATCH] gnu: u-boot: Update to 2018.07.
@ 2018-07-10  0:26 Vagrant Cascadian
  2018-07-11 19:15 ` bug#32109: " Leo Famulari
  0 siblings, 1 reply; 2+ messages in thread
From: Vagrant Cascadian @ 2018-07-10  0:26 UTC (permalink / raw)
  To: 32109


[-- Attachment #1.1: Type: text/plain, Size: 128 bytes --]

The attached patch updates u-boot to 2018.07, which required adding
native-inputs of "bison" and "flex".

live well,
  vagrant


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1.2: 0001-gnu-u-boot-Update-to-2018.07.patch --]
[-- Type: text/x-diff, Size: 1495 bytes --]

From 74a9561ac07592a5ae15b723d0f2ac7fc05c463c Mon Sep 17 00:00:00 2001
From: Vagrant Cascadian <vagrant@debian.org>
Date: Tue, 10 Jul 2018 00:12:05 +0000
Subject: [PATCH] gnu: u-boot: Update to 2018.07.

* gnu/packages/bootloaders.scm (u-boot): Update to 2018.07.
  (u-boot)[native-inputs]: Add "bison" and "flex".
---
 gnu/packages/bootloaders.scm | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/bootloaders.scm b/gnu/packages/bootloaders.scm
index 6e4e02118..73130b731 100644
--- a/gnu/packages/bootloaders.scm
+++ b/gnu/packages/bootloaders.scm
@@ -357,7 +357,7 @@ tree binary files.  These are board description files used by Linux and BSD.")
 (define u-boot
   (package
     (name "u-boot")
-    (version "2018.05")
+    (version "2018.07")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -365,10 +365,12 @@ tree binary files.  These are board description files used by Linux and BSD.")
                     "u-boot-" version ".tar.bz2"))
               (sha256
                (base32
-                "0j60p4iskzb4hamxgykc6gd7xchxfka1zwh8hv08r9rrc4m3r8ad"))))
+                "1m7nw64mxflpc6sqvnz2kb5fxfkb4mrpy8b1wi15dcwipj4dy44z"))))
     (native-inputs
      `(("bc" ,bc)
+       ("bison" ,bison)
        ("dtc" ,dtc)
+       ("flex" ,flex)
        ("openssl" ,openssl)
        ("python-2" ,python-2)
        ("python2-coverage" ,python2-coverage)
-- 
2.11.0


[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 832 bytes --]

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#32109: [PATCH] gnu: u-boot: Update to 2018.07.
  2018-07-10  0:26 [bug#32109] [PATCH] gnu: u-boot: Update to 2018.07 Vagrant Cascadian
@ 2018-07-11 19:15 ` Leo Famulari
  0 siblings, 0 replies; 2+ messages in thread
From: Leo Famulari @ 2018-07-11 19:15 UTC (permalink / raw)
  To: Vagrant Cascadian; +Cc: 32109-done

[-- Attachment #1: Type: text/plain, Size: 614 bytes --]

On Mon, Jul 09, 2018 at 05:26:54PM -0700, Vagrant Cascadian wrote:
> The attached patch updates u-boot to 2018.07, which required adding
> native-inputs of "bison" and "flex".
> 
> live well,
>   vagrant
> 

> From 74a9561ac07592a5ae15b723d0f2ac7fc05c463c Mon Sep 17 00:00:00 2001
> From: Vagrant Cascadian <vagrant@debian.org>
> Date: Tue, 10 Jul 2018 00:12:05 +0000
> Subject: [PATCH] gnu: u-boot: Update to 2018.07.
> 
> * gnu/packages/bootloaders.scm (u-boot): Update to 2018.07.
>   (u-boot)[native-inputs]: Add "bison" and "flex".

Thanks! Pushed as 336c4a4baadb2211157a819991bdce16c14595f9

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2018-07-11 19:16 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-07-10  0:26 [bug#32109] [PATCH] gnu: u-boot: Update to 2018.07 Vagrant Cascadian
2018-07-11 19:15 ` bug#32109: " Leo Famulari

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.