cubieboard2-uboot: update to 2016.11
This commit is contained in:
parent
12746517d3
commit
93cdf72a5e
|
@ -1,41 +0,0 @@
|
|||
--- include/image.h
|
||||
+++ include/image.h
|
||||
@@ -24,6 +24,8 @@
|
||||
|
||||
#ifdef USE_HOSTCC
|
||||
|
||||
+#include <sys/types.h>
|
||||
+
|
||||
/* 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 <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <sys/stat.h>
|
||||
+#include <sys/types.h>
|
||||
#include <time.h>
|
||||
#include <unistd.h>
|
||||
#include <u-boot/sha1.h>
|
||||
--- tools/mkimage.h
|
||||
+++ tools/mkimage.h
|
||||
@@ -16,6 +16,7 @@
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <sys/stat.h>
|
||||
+#include <sys/types.h>
|
||||
#include <time.h>
|
||||
#include <unistd.h>
|
||||
#include <u-boot/sha1.h>
|
||||
--- tools/proftool.c
|
||||
+++ tools/proftool.c
|
||||
@@ -16,6 +16,7 @@
|
||||
#include <string.h>
|
||||
#include <unistd.h>
|
||||
#include <sys/param.h>
|
||||
+#include <sys/types.h>
|
||||
|
||||
#include <compiler.h>
|
||||
#include <trace.h>
|
|
@ -1,15 +1,15 @@
|
|||
# Template file for 'cubieboard2-uboot'
|
||||
pkgname=cubieboard2-uboot
|
||||
version=2015.04
|
||||
version=2016.11
|
||||
revision=1
|
||||
wrksrc="u-boot-${version}"
|
||||
hostmakedepends="bc git sunxi-tools uboot-mkimage"
|
||||
hostmakedepends="dtc bc git sunxi-tools uboot-mkimage"
|
||||
short_desc="U-Boot for cubieboard2"
|
||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||
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=0a1a70df586655f527befa6f12e184e96ed61b126e5a567382321b17200f5d60
|
||||
checksum=45813e6565dcc0436abe6752624324cdbf5f3ac106570d76d32b46ec529bcdc8
|
||||
|
||||
only_for_archs="armv7l armv7l-musl"
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user