From d4d3fb8b23ce83a1aa4e3fa93407a1260bfe9d02 Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Tue, 8 Aug 2017 14:46:23 +0800 Subject: [PATCH] sysmobts: Change the compiler-gcc*.h to work with gcc5,6,7 and later In the past I copy and pasted the compiler-gcc4.h to have gcc-5.h and gcc-6.h suffix. I didn't want to do the same for gcc7 and cherry picked the original commit. Not compile tested though. --- recipes-bsp/barebox/barebox-sysmobts_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-bsp/barebox/barebox-sysmobts_git.bb b/recipes-bsp/barebox/barebox-sysmobts_git.bb index 5320a60..66354ad 100644 --- a/recipes-bsp/barebox/barebox-sysmobts_git.bb +++ b/recipes-bsp/barebox/barebox-sysmobts_git.bb @@ -1,6 +1,6 @@ require barebox.inc -SRCREV = "1d8bdd6f226df2ecbde3776b52fbc228158293fd" +SRCREV = "d87c27d7ab143d58f358df5722be2b9675103d2e" SRC_URI = " \ git://git.sysmocom.de/barebox.git;branch=v2015.06 \ file://defconfig \