From a63182bc739fa2ef86861a939898717e04cb7153 Mon Sep 17 00:00:00 2001 From: Isaac David Date: Fri, 9 Jun 2017 15:44:53 -0500 Subject: libre-testing/uboot4extlinux-*: new versions and configs also patch old u-boot tarballs to build with gcc7 --- libre-testing/uboot4extlinux-chiliboard/PKGBUILD | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to 'libre-testing/uboot4extlinux-chiliboard/PKGBUILD') diff --git a/libre-testing/uboot4extlinux-chiliboard/PKGBUILD b/libre-testing/uboot4extlinux-chiliboard/PKGBUILD index c05ed95eb..5e6de9222 100644 --- a/libre-testing/uboot4extlinux-chiliboard/PKGBUILD +++ b/libre-testing/uboot4extlinux-chiliboard/PKGBUILD @@ -1,7 +1,6 @@ # U-Boot: ChiliBoard -# Maintainer: André Silva - -buildarch=4 +# Maintainer: Isaac David +# Contributor: André Silva pkgname=uboot4extlinux-chiliboard pkgver=2014.07 @@ -15,7 +14,7 @@ license=('GPL') backup=(boot/extlinux/extlinux.conf) install=${pkgname}.install source=("ftp://ftp.denx.de/pub/u-boot/u-boot-${pkgver}.tar.bz2" - '0001-Add-linux-compiler-gcc5.h-to-fix-builds-with-gcc5.patch' + '0001-kernel-add-support-for-gcc-7.patch' '0002-ARM-asm-io.h-use-static-inline.patch' '0003-common-main.c-make-show_boot_progress-__weak.patch' '0004-common-board_f-cosmetic-use-__weak-for-leds.patch' @@ -24,7 +23,7 @@ source=("ftp://ftp.denx.de/pub/u-boot/u-boot-${pkgver}.tar.bz2" 'extlinux.conf' 'uEnv.txt') sha256sums=('b4f83b8db325c21671a997198ec3a373e2e00dde2fcf17be9b9afd7cfd727f56' - '993ec4c20d8e25e8c882282b82b6f9cb27111855e5f5c7fb6eda8218b470278e' + '9e80aa27cccdb07b03d56a970f247c91d586d0b936868c076c20acc2e68a3968' '91b2711f36fbe1bae5d02b3a1eec81383ffd50a4b71426b82920cfd70af40237' '0bb7ddee0b33ba7ca830f09b6aaacc945c7a662749a19b128eb1cab71f5b100a' '2795b55f0ef03aef6c05fd074ab9839d0f89fdc5a3c99dd849eb74cd09e59045' @@ -35,7 +34,7 @@ sha256sums=('b4f83b8db325c21671a997198ec3a373e2e00dde2fcf17be9b9afd7cfd727f56' prepare() { cd u-boot-${pkgver} - patch -Np1 -i ../0001-Add-linux-compiler-gcc5.h-to-fix-builds-with-gcc5.patch + patch -Np1 -i ../0001-kernel-add-support-for-gcc-7.patch patch -Np1 -i ../0002-ARM-asm-io.h-use-static-inline.patch patch -Np1 -i ../0003-common-main.c-make-show_boot_progress-__weak.patch patch -Np1 -i ../0004-common-board_f-cosmetic-use-__weak-for-leds.patch -- cgit v1.2.3