From 5bda039a8e322de01d967f604b8abb8283459ca3 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Thu, 23 Apr 2015 20:35:22 -0700 Subject: u-boot-mkimage: Backport fix from upstream to fix build with gcc-5 Change-Id: I5322f1ff8653009b45ddee1a2d3a0d96584d3327 (From OE-Core rev: 54fc9c0d1cc5cafa44e4b392ef087900e4102464) (From OE-Core rev: 4de87a731b71a1764ec53ff2782c184a69638fc0) Signed-off-by: Khem Raj Signed-off-by: Richard Purdie --- meta/recipes-bsp/u-boot/u-boot-mkimage_2015.01.bb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'meta/recipes-bsp/u-boot/u-boot-mkimage_2015.01.bb') diff --git a/meta/recipes-bsp/u-boot/u-boot-mkimage_2015.01.bb b/meta/recipes-bsp/u-boot/u-boot-mkimage_2015.01.bb index 076dff8863..773528803e 100644 --- a/meta/recipes-bsp/u-boot/u-boot-mkimage_2015.01.bb +++ b/meta/recipes-bsp/u-boot/u-boot-mkimage_2015.01.bb @@ -12,7 +12,9 @@ SRCREV = "92fa7f53f1f3f03296f8ffb14bdf1baefab83368" PV = "v2015.01+git${SRCPV}" -SRC_URI = "git://git.denx.de/u-boot.git;branch=master" +SRC_URI = "git://git.denx.de/u-boot.git;branch=master \ + file://gcc5.patch \ + " S = "${WORKDIR}/git" -- cgit v1.2.3-54-g00ecf