summaryrefslogtreecommitdiffstats
path: root/meta/recipes-bsp/u-boot/u-boot-mkimage_2015.01.bb
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2015-04-23 20:35:22 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-07-08 13:07:16 +0100
commit5bda039a8e322de01d967f604b8abb8283459ca3 (patch)
tree654247bc2ee9f624894aad6fcd1a7db6496336fa /meta/recipes-bsp/u-boot/u-boot-mkimage_2015.01.bb
parent8fd70a3d7027ac40afe448caccb113822c9c3709 (diff)
downloadpoky-5bda039a8e322de01d967f604b8abb8283459ca3.tar.gz
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 <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-bsp/u-boot/u-boot-mkimage_2015.01.bb')
-rw-r--r--meta/recipes-bsp/u-boot/u-boot-mkimage_2015.01.bb4
1 files changed, 3 insertions, 1 deletions
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"
12 12
13PV = "v2015.01+git${SRCPV}" 13PV = "v2015.01+git${SRCPV}"
14 14
15SRC_URI = "git://git.denx.de/u-boot.git;branch=master" 15SRC_URI = "git://git.denx.de/u-boot.git;branch=master \
16 file://gcc5.patch \
17 "
16 18
17S = "${WORKDIR}/git" 19S = "${WORKDIR}/git"
18 20