From 0bd22194e9d1d767a5b42d567efec954de4ee84c Mon Sep 17 00:00:00 2001 From: Juan RP Date: Wed, 10 Jun 2015 09:30:53 +0200 Subject: [PATCH] cubieboard2-uboot: update to 2015.04. --- .../patches/include-sys-types.patch | 41 +++++++++++++++++++ srcpkgs/cubieboard2-uboot/template | 6 +-- 2 files changed, 44 insertions(+), 3 deletions(-) create mode 100644 srcpkgs/cubieboard2-uboot/patches/include-sys-types.patch diff --git a/srcpkgs/cubieboard2-uboot/patches/include-sys-types.patch b/srcpkgs/cubieboard2-uboot/patches/include-sys-types.patch new file mode 100644 index 00000000000..2f1ffe310eb --- /dev/null +++ b/srcpkgs/cubieboard2-uboot/patches/include-sys-types.patch @@ -0,0 +1,41 @@ +--- include/image.h ++++ include/image.h +@@ -24,6 +24,8 @@ + + #ifdef USE_HOSTCC + ++#include ++ + /* new uImage format support enabled on host */ + #define CONFIG_FIT 1 + #define CONFIG_OF_LIBFDT 1 +--- tools/imagetool.h ++++ tools/imagetool.h +@@ -16,6 +16,7 @@ + #include + #include + #include ++#include + #include + #include + #include +--- tools/mkimage.h ++++ tools/mkimage.h +@@ -16,6 +16,7 @@ + #include + #include + #include ++#include + #include + #include + #include +--- tools/proftool.c ++++ tools/proftool.c +@@ -16,6 +16,7 @@ + #include + #include + #include ++#include + + #include + #include diff --git a/srcpkgs/cubieboard2-uboot/template b/srcpkgs/cubieboard2-uboot/template index df33d79f8d0..b034a3a584a 100644 --- a/srcpkgs/cubieboard2-uboot/template +++ b/srcpkgs/cubieboard2-uboot/template @@ -1,7 +1,7 @@ # Template file for 'cubieboard2-uboot' pkgname=cubieboard2-uboot -version=2015.01 -revision=3 +version=2015.04 +revision=1 wrksrc="u-boot-${version}" hostmakedepends="bc git sunxi-tools uboot-mkimage" short_desc="U-Boot for cubieboard2" @@ -9,7 +9,7 @@ maintainer="Juan RP " license="GPL-2" homepage="http://www.denx.de/wiki/U-Boot/WebHome" distfiles="ftp://ftp.denx.de/pub/u-boot/u-boot-${version}.tar.bz2" -checksum=383051a656ebe11757b17d38a3326387e4a1b0949ca8a9e8ee506bf71dac9fde +checksum=0a1a70df586655f527befa6f12e184e96ed61b126e5a567382321b17200f5d60 only_for_archs="armv7l armv7l-musl"