diff options
author | Herman Rimm <herman@rimm.ee> | 2023-11-27 09:33:47 +0100 |
---|---|---|
committer | Vagrant Cascadian <vagrant@debian.org> | 2023-12-22 16:05:50 -0800 |
commit | fad93748cd2d44f7f68d2d973a22ed0b438e657b (patch) | |
tree | 652b1fcf89b6af92f1bd5a17a4f9da4b33b8c4ad /gnu/local.mk | |
parent | 892ec53b7eedf998afa149b9cdd169f0cab8f41d (diff) | |
download | guix-fad93748cd2d44f7f68d2d973a22ed0b438e657b.tar guix-fad93748cd2d44f7f68d2d973a22ed0b438e657b.tar.gz |
gnu: u-boot: Update to 2023.10.
* gnu/local.mk: De-register patches.
* gnu/packages/bootloaders.scm (u-boot): Update to 2023.10.
[source]: Remove patches.
(u-boot-documentation)[inputs]: Add python-sphinx-prompt.
* gnu/packages/patches/u-boot-allow-disabling-openssl.patch: Refresh.
* gnu/packages/patches/u-boot-fix-build-python-3.10.patch: Delete file.
* gnu/packages/patches/u-boot-fix-u-boot-lib-build.patch: Delete file.
* gnu/packages/patches/u-boot-rk3399-enable-emmc-phy.patch: Delete file.
* gnu/packages/patches/u-boot-rockchip-inno-usb.patch: Refresh.
* gnu/packages/patches/u-boot-sifive-prevent-reloc-initrd-fdt.patch:
Delete file.
Modifed-by: Vagrant Cascadian <vagrant@debian.org>
Signed-off-by: Vagrant Cascadian <vagrant@debian.org>
Diffstat (limited to 'gnu/local.mk')
-rw-r--r-- | gnu/local.mk | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/gnu/local.mk b/gnu/local.mk index 0d0258d8d4..4497804e07 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -61,6 +61,7 @@ # Copyright © 2023 Andy Tai <atai@atai.org> # Copyright © 2023 B. Wilson <elaexuotee@wilsonb.com> # Copyright © 2023 gemmaro <gemmaro.dev@gmail.com> +# Copyright © 2023 Herman Rimm <herman@rimm.ee> # # This file is part of GNU Guix. # @@ -2071,13 +2072,9 @@ dist_patch_DATA = \ %D%/packages/patches/tuxpaint-stamps-path.patch \ %D%/packages/patches/twinkle-bcg729.patch \ %D%/packages/patches/u-boot-allow-disabling-openssl.patch \ - %D%/packages/patches/u-boot-fix-build-python-3.10.patch \ - %D%/packages/patches/u-boot-fix-u-boot-lib-build.patch \ %D%/packages/patches/u-boot-nintendo-nes-serial.patch \ %D%/packages/patches/u-boot-patman-change-id.patch \ %D%/packages/patches/u-boot-rockchip-inno-usb.patch \ - %D%/packages/patches/u-boot-sifive-prevent-reloc-initrd-fdt.patch \ - %D%/packages/patches/u-boot-rk3399-enable-emmc-phy.patch \ %D%/packages/patches/ucx-tcp-iface-ioctl.patch \ %D%/packages/patches/ultrastar-deluxe-no-freesans.patch \ %D%/packages/patches/ungoogled-chromium-extension-search-path.patch \ |