diff options
author | build.automotivelinux.org <jenkins@automotivelinux.org> | 2019-06-11 16:49:00 +0200 |
---|---|---|
committer | build.automotivelinux.org <jenkins@automotivelinux.org> | 2019-06-11 16:49:00 +0200 |
commit | 881d8606157a9ae6ae9e46d088dc1b635ea174cb (patch) | |
tree | cedcf79a7356801fa7adfe948d87586e61b0bf4f /meta-agl-bsp/recipes-devtools/m4/m4-native_%.bbappend | |
parent | 6c60ed66a4c32e9d01e4d5f203328b8a35d9abff (diff) |
Fix m4-native build with recent glibc versions
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>
Diffstat (limited to 'meta-agl-bsp/recipes-devtools/m4/m4-native_%.bbappend')
-rw-r--r-- | meta-agl-bsp/recipes-devtools/m4/m4-native_%.bbappend | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-agl-bsp/recipes-devtools/m4/m4-native_%.bbappend b/meta-agl-bsp/recipes-devtools/m4/m4-native_%.bbappend new file mode 100644 index 000000000..be5fdd2c5 --- /dev/null +++ b/meta-agl-bsp/recipes-devtools/m4/m4-native_%.bbappend @@ -0,0 +1,3 @@ +FILESEXTRAPATHS_prepend := "${THISDIR}/m4-native:" +SRC_URI_append = " file://m4-1.4.18-glibc-change-work-around.patch " + |