diff options
author | Changhyeok Bae <changhyeok.bae@gmail.com> | 2017-12-29 13:19:28 +0000 |
---|---|---|
committer | Changhyeok Bae <changhyeok.bae@gmail.com> | 2018-01-23 22:17:51 +0900 |
commit | 3691e7859e7bf86425c258dc55f4186bffa79ca9 (patch) | |
tree | 3acec8d0d126a5d82ea599641ea8d1b46b4e1f98 /meta-agl-bsp/recipes-bsp/u-boot/u-boot-ota_2015.07.bb | |
parent | bf15021bd0ab29dce11b2da826c6bb054579bf0e (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" |