summaryrefslogtreecommitdiff
path: root/libre/uboot-trimslice-linux-libre/PKGBUILD
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@parabola.nu>2015-10-05 16:08:11 -0300
committerAndré Fabian Silva Delgado <emulatorman@parabola.nu>2015-10-05 16:08:33 -0300
commitab67594f01dd9fe9cf2a0798b629b974c7651844 (patch)
treea8fd13052a22476942a0688182462083023228d5 /libre/uboot-trimslice-linux-libre/PKGBUILD
parent008f5ec220ad8de000f1e5fbf13605930c8fbe9a (diff)
uboot-trimslice-linux-libre: add support for gcc 5
Diffstat (limited to 'libre/uboot-trimslice-linux-libre/PKGBUILD')
-rw-r--r--libre/uboot-trimslice-linux-libre/PKGBUILD12
1 files changed, 10 insertions, 2 deletions
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}