From 4376c06b87108d6f34bf1bea57e67fbfbd67f893 Mon Sep 17 00:00:00 2001 From: Changhyeok Bae Date: Fri, 29 Dec 2017 13:19:28 +0000 Subject: 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 --- meta-agl-bsp/recipes-bsp/u-boot/u-boot-ota_2015.07.bb | 1 + 1 file changed, 1 insertion(+) (limited to 'meta-agl-bsp/recipes-bsp/u-boot/u-boot-ota_2015.07.bb') 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" -- cgit 1.2.3-korg