X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=meta-agl-bsp%2Fmeta-rcar-gen3%2Frecipes-bsp%2Fu-boot%2Fu-boot_2015.04.bbappend;h=6f30fa18e092d03850efc00bf6fa42b195261b2a;hb=e6b8d4b9aebcc39cb5274fe61e913a1df069bb40;hp=36d8c24b8b999a3b0e3106a224020d12e326fb0e;hpb=2155e13210a8a6dc533f49993e069db71a9e6bfa;p=AGL%2Fmeta-agl.git diff --git a/meta-agl-bsp/meta-rcar-gen3/recipes-bsp/u-boot/u-boot_2015.04.bbappend b/meta-agl-bsp/meta-rcar-gen3/recipes-bsp/u-boot/u-boot_2015.04.bbappend index 36d8c24b8..6f30fa18e 100644 --- a/meta-agl-bsp/meta-rcar-gen3/recipes-bsp/u-boot/u-boot_2015.04.bbappend +++ b/meta-agl-bsp/meta-rcar-gen3/recipes-bsp/u-boot/u-boot_2015.04.bbappend @@ -1,9 +1,9 @@ FILESEXTRAPATHS_prepend := "${THISDIR}/u-boot:" SRC_URI_append = " \ - file://0001-fixup-build-with-gcc6.patch \ + file://0001-fixup-build-with-gcc7.patch \ " do_deploy_prepend() { - ln -s ${B}/${UBOOT_SREC} ${S}/${UBOOT_SREC} + ln -sf ${B}/${UBOOT_SREC} ${S}/${UBOOT_SREC} }