From ab67594f01dd9fe9cf2a0798b629b974c7651844 Mon Sep 17 00:00:00 2001 From: André Fabian Silva Delgado Date: Mon, 5 Oct 2015 16:08:11 -0300 Subject: uboot-trimslice-linux-libre: add support for gcc 5 --- libre/uboot-trimslice-linux-libre/PKGBUILD | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) (limited to 'libre/uboot-trimslice-linux-libre/PKGBUILD') diff --git a/libre/uboot-trimslice-linux-libre/PKGBUILD b/libre/uboot-trimslice-linux-libre/PKGBUILD index 30626c406..b35cfe06e 100644 --- a/libre/uboot-trimslice-linux-libre/PKGBUILD +++ b/libre/uboot-trimslice-linux-libre/PKGBUILD @@ -17,10 +17,18 @@ replaces=('uboot-trimslice') license=('GPL') source=("ftp://ftp.denx.de/pub/u-boot/u-boot-${pkgver}.tar.bz2" "git+https://github.com/NVIDIA/cbootimage-configs.git" - "boot.txt") + "boot.txt" + "0002-kernel-add-support-for-gcc-5.patch") md5sums=('3ddcaee2f05b7c464778112ec83664b5' 'SKIP' - '9374fbadb4b4c1298ea050ad4ea79f46') + '9374fbadb4b4c1298ea050ad4ea79f46' + '721a46867e189d8dedc6b6f86a536a34') + +prepare() { + cd u-boot-${pkgver} + + patch -Np1 -i ../0002-kernel-add-support-for-gcc-5.patch +} build() { cd u-boot-${pkgver} -- cgit v1.2.3-54-g00ecf