From 33b6d83eddf94c105e06bbdbbfd0f796948973d2 Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Sat, 21 Nov 2015 21:39:28 +0000 Subject: [PATCH] u-boot: Add the compiler-gcc5.h header file When trying to compile with gcc5 we need this file to be present as otherwise the build will fail. --- recipes-sysmobts/uboot/u-boot_sysmocom.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-sysmobts/uboot/u-boot_sysmocom.inc b/recipes-sysmobts/uboot/u-boot_sysmocom.inc index 548be5e..64b73db 100644 --- a/recipes-sysmobts/uboot/u-boot_sysmocom.inc +++ b/recipes-sysmobts/uboot/u-boot_sysmocom.inc @@ -1,5 +1,5 @@ SRC_URI = "git://git.sysmocom.de/sysmo-bts/u-boot;branch=v2011.12;protocol=git" -SRCREV = "71497512280c9eac9be739ae0ca20eb21556bb92" +SRCREV = "f6453a391125f824ebf5bab00ee03b6d73ae5695" PV = "v2011.12+git${SRCPV}" S = "${WORKDIR}/git"