diff options
author | Changhyeok Bae <changhyeok.bae@gmail.com> | 2017-12-29 13:19:28 +0000 |
---|---|---|
committer | José Bollo <jose.bollo@iot.bzh> | 2018-02-13 11:02:00 +0100 |
commit | 4376c06b87108d6f34bf1bea57e67fbfbd67f893 (patch) | |
tree | 62ff5e80edc582864234ff704300fabd0fc49622 /meta-agl-bsp/recipes-bsp/u-boot/u-boot-ota_2015.07.bb | |
parent | c14d627fb8c3460d576f4380e3e872d7170056d6 (diff) |
u-boot-ota: Fix build error with gcc7
This patch came from
https://github.com/advancedtelematic/meta-updater-qemux86-64/commit/d535ae698ef2643d4b6ecb72a85376b1966ab723
Bug-AGL: SPEC-1181
Change-Id: I57a0cb265cda915aa0c82aca797a6f6b45101ed1
Signed-off-by: Changhyeok Bae <changhyeok.bae@gmail.com>
Diffstat (limited to 'meta-agl-bsp/recipes-bsp/u-boot/u-boot-ota_2015.07.bb')
-rw-r--r-- | meta-agl-bsp/recipes-bsp/u-boot/u-boot-ota_2015.07.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-agl-bsp/recipes-bsp/u-boot/u-boot-ota_2015.07.bb b/meta-agl-bsp/recipes-bsp/u-boot/u-boot-ota_2015.07.bb index 37abc5a50..7ef3cacd4 100644 --- a/meta-agl-bsp/recipes-bsp/u-boot/u-boot-ota_2015.07.bb +++ b/meta-agl-bsp/recipes-bsp/u-boot/u-boot-ota_2015.07.bb @@ -14,6 +14,7 @@ SRC_URI = "\ file://0001-Set-up-environment-for-OSTree-integration.patch \ file://0002-Replace-wraps-with-built-in-code-to-remove-dependenc.patch \ file://0001-fixup-build-with-gcc6.patch \ + file://0002-fixup-build-with-gcc7.patch \ " S = "${WORKDIR}/git" |