diff options
| author | Khem Raj <raj.khem@gmail.com> | 2015-04-23 20:35:22 -0700 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-04-27 14:59:48 +0100 |
| commit | 77c2e2db43c07b64291221e1aabcab9c0a831954 (patch) | |
| tree | c0dfdee4a05d2b3cc9fd7bc12f88b61ba95d9575 /meta/recipes-bsp/u-boot/u-boot-mkimage_2015.01.bb | |
| parent | 44131ab24e7278918274917e9a863b48f5475640 (diff) | |
| download | poky-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.bb | 4 |
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 | ||
| 13 | PV = "v2015.01+git${SRCPV}" | 13 | PV = "v2015.01+git${SRCPV}" |
| 14 | 14 | ||
| 15 | SRC_URI = "git://git.denx.de/u-boot.git;branch=master" | 15 | SRC_URI = "git://git.denx.de/u-boot.git;branch=master \ |
| 16 | file://gcc5.patch \ | ||
| 17 | " | ||
| 16 | 18 | ||
| 17 | S = "${WORKDIR}/git" | 19 | S = "${WORKDIR}/git" |
| 18 | 20 | ||
