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-04-27 14:59:48 +0100
commit77c2e2db43c07b64291221e1aabcab9c0a831954 (patch)
treec0dfdee4a05d2b3cc9fd7bc12f88b61ba95d9575 /meta/recipes-bsp/u-boot/u-boot-mkimage_2015.01.bb
parent44131ab24e7278918274917e9a863b48f5475640 (diff)
downloadpoky-77c2e2db43c07b64291221e1aabcab9c0a831954.tar.gz
u-boot-mkimage: Backport fix from upstream to fix build with gcc-5
Change-Id: I5322f1ff8653009b45ddee1a2d3a0d96584d3327 (From OE-Core rev: 54fc9c0d1cc5cafa44e4b392ef087900e4102464) 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