[PATCH] gnu: u-boot: Update to 2018.11.

  • Done
  • quality assurance status badge
Details
2 participants
  • Danny Milosavljevic
  • Vagrant Cascadian
Owner
unassigned
Submitted by
Vagrant Cascadian
Severity
normal

Debbugs page

Vagrant Cascadian wrote 6 years ago
(address . guix-patches@gnu.org)
87bm6rguxy.fsf@aikidev.net
* gnu/packages/bootloaders.scm (u-boot): Update to 2018.11.
(u-boot)[native-inputs]: Add lz4.
---
gnu/packages/bootloaders.scm | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)

Toggle diff (38 lines)
diff --git a/gnu/packages/bootloaders.scm b/gnu/packages/bootloaders.scm
index bce12d324..2fa50a89b 100644
--- a/gnu/packages/bootloaders.scm
+++ b/gnu/packages/bootloaders.scm
@@ -34,6 +34,7 @@
#:use-module (gnu packages bison)
#:use-module (gnu packages cdrom)
#:use-module (gnu packages check)
+ #:use-module (gnu packages compression)
#:use-module (gnu packages cross-base)
#:use-module (gnu packages disk)
#:use-module (gnu packages firmware)
@@ -360,7 +361,7 @@ tree binary files. These are board description files used by Linux and BSD.")
(define u-boot
(package
(name "u-boot")
- (version "2018.09")
+ (version "2018.11")
(source (origin
(method url-fetch)
(uri (string-append
@@ -368,12 +369,13 @@ tree binary files. These are board description files used by Linux and BSD.")
"u-boot-" version ".tar.bz2"))
(sha256
(base32
- "0s122kyz1svvs2yjzj4j9qravl3ra4vn0fjqgski7rlczqyg56w3"))))
+ "0znkwljfwwn4y7j20pzz4ilqw8znphrfxns0x1lwdzh3xbr96z3k"))))
(native-inputs
`(("bc" ,bc)
("bison" ,bison)
("dtc" ,dtc)
("flex" ,flex)
+ ("lz4" ,lz4)
("openssl" ,openssl)
("python-2" ,python-2)
("python2-coverage" ,python2-coverage)
--
2.19.1
-----BEGIN PGP SIGNATURE-----

iHUEARYKAB0WIQRlgHNhO/zFx+LkXUXcUY/If5cWqgUCW+ygWQAKCRDcUY/If5cW
qvrPAP9F5PqtQJsrWumJseDbUURfgbpGG+j1SJAZvKY+CT0ulQEAzbUDZ4H0EZH+
Qom7rjoIFbx5kFw0MrJCuqnIc8ujwAo=
=uYjv
-----END PGP SIGNATURE-----

Danny Milosavljevic wrote 6 years ago
(name . Vagrant Cascadian)(address . vagrant@debian.org)(address . 33388-done@debbugs.gnu.org)
20181116210504.58663922@scratchpost.org
Pushed to master as commit 504910141efb9b586ec4ce5ceebdb3ced48488e9.

Thanks!
-----BEGIN PGP SIGNATURE-----

iQEzBAEBCAAdFiEEds7GsXJ0tGXALbPZ5xo1VCwwuqUFAlvvIvAACgkQ5xo1VCww
uqUb1ggAh+f6jgcy7DBzEcYoiZMFP7taFW6JME3aHSX8PDgCLkmN4PngcPlaSi9A
TyNM+fUtxNMpGRziuQTcZ/mPZluJUFhlnR8f9eSqYWZf1F+YloKQc84Bwodzyi/a
EDeg8Tpz0RDSLtdGHSk6FoXhIDXBkgzQeatpnXl3PtFYkQDVE+WXAE6JyE1N4kFf
6qJl44zctpDqgdTPqDj0eLD0NWv/QAHb9b277zPhxaycjGHI2Bt7Rj0v/ux6ZncL
8yjFbNAY4BX0oW5+d0DTLbA4IAnyFliKU6YOgzCZQPZmqfid+TV451Ev/CPPl4Hl
OM4tkBqWftnDwr+sgrTsYPCT4dAfAQ==
=Aaph
-----END PGP SIGNATURE-----


Closed
?
Your comment

This issue is archived.

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

To respond to this issue using the mumi CLI, first switch to it
mumi current 33388
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
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help