From 0dbe43e520be5e60e3a98fc0e46358bb291b0c13 Mon Sep 17 00:00:00 2001 From: Tanu Kaskinen Date: Wed, 21 Mar 2018 19:07:41 +0200 Subject: e2fsprogs: fix compatibility with glibc 2.27 glibc 2.27 added function copy_file_range(), and e2fsprogs happens to have a different function with the same name. The conflict made e2fsprogs-native build fail. Here's a backport of a fix from upstream, the fix was released in e2fsprogs 1.43.8. The master branch doesn't need this fix, since it has new enough e2fsprogs version. At least rocko, pyro and morty need this, I haven't checked older stable branches. Apparently the problematic function was introduced in e2fsprogs version 1.43. Signed-off-by: Tanu Kaskinen Signed-off-by: Armin Kuster --- meta/recipes-devtools/e2fsprogs/e2fsprogs_1.43.5.bb | 1 + 1 file changed, 1 insertion(+) (limited to 'meta/recipes-devtools/e2fsprogs/e2fsprogs_1.43.5.bb') diff --git a/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.43.5.bb b/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.43.5.bb index 00093cc20c..f1d7c08209 100644 --- a/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.43.5.bb +++ b/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.43.5.bb @@ -10,6 +10,7 @@ SRC_URI += "file://acinclude.m4 \ file://mkdir_p.patch \ file://reproducible-doc.patch \ file://0001-misc-create_inode.c-set-dir-s-mode-correctly.patch \ + file://0001-misc-rename-copy_file_range-to-copy_file_chunk.patch \ " SRC_URI_append_class-native = " file://e2fsprogs-fix-missing-check-for-permission-denied.patch" -- cgit 1.2.3-korg