summaryrefslogtreecommitdiffstats
path: root/meta-agl-bsp/recipes-devtools
AgeCommit message (Collapse)AuthorFilesLines
2019-09-08Fix build of elfutils with newer gccJan-Simon Möller2-0/+37
+Partial backport of +https://sourceware.org/git/?p=elfutils.git;a=commit;h=17d7194d291bf91d130b78e06cbe27b290e0376d + +Helps fixing alignment errors e.g. +linux-core-note.c:116:1: error: alignment 2 of 'struct m68k_prstatus +' is less than 4 [-Werror=packed-not-aligned] + ; + ^ + +Upstream-Status: Backport [https://sourceware.org/git/?p=elfutils.git;a=commit;h=17d7194d291bf91d130b78e06cbe27b290e0376d] Reference: https://git.yoctoproject.org/cgit/cgit.cgi/poky/commit/?id=f67a0bae8bc22d227f73579b2bc780719bbdeb1b Bug-AGL: SPEC-2806 Change-Id: Iaed60d6b5b353a67de969d42680195769ecace53 Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
2019-06-11Fix m4-native build with recent glibc versionsbuild.automotivelinux.org2-0/+132
This is a backport from http://git.yoctoproject.org/cgit/cgit.cgi/poky/commit/meta/recipes-devtools/m4?h=thud&id=95ca077ab871ceff46c2052f324f879a1d624ff4 Change-Id: I2c9cadda7df166d5949a69c005fbecb33c99c639 Bug-AGL: SPEC-2510 Signed-off-by: build.automotivelinux.org <jenkins@automotivelinux.org>