summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.43.4.bb
diff options
context:
space:
mode:
authorTanu Kaskinen <tanuk@iki.fi>2018-03-21 19:08:38 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-04-05 16:26:19 +0100
commit4a6c358a6f4a576beaffd21fd97cb310942f3307 (patch)
tree0a8cd92ca661f2e1485f0af7c1ae7009919b1586 /meta/recipes-devtools/e2fsprogs/e2fsprogs_1.43.4.bb
parent3b3642cf5c71ddae4184634eb385b0484ae37c6b (diff)
downloadpoky-4a6c358a6f4a576beaffd21fd97cb310942f3307.tar.gz
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. (From OE-Core rev: 350f2a4ad6e21acf1d357a90ba37b2c149ec7864) Signed-off-by: Tanu Kaskinen <tanuk@iki.fi> Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/e2fsprogs/e2fsprogs_1.43.4.bb')
-rw-r--r--meta/recipes-devtools/e2fsprogs/e2fsprogs_1.43.4.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.43.4.bb b/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.43.4.bb
index 5216c7027c..7aa73a15ed 100644
--- a/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.43.4.bb
+++ b/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.43.4.bb
@@ -10,6 +10,7 @@ SRC_URI += "file://acinclude.m4 \
10 file://e2fsprogs-1.43-sysmacros.patch \ 10 file://e2fsprogs-1.43-sysmacros.patch \
11 file://mkdir_p.patch \ 11 file://mkdir_p.patch \
12 file://0001-e2fsck-exit-with-exit-status-0-if-no-errors-were-fix.patch \ 12 file://0001-e2fsck-exit-with-exit-status-0-if-no-errors-were-fix.patch \
13 file://0001-misc-rename-copy_file_range-to-copy_file_chunk.patch \
13" 14"
14 15
15SRC_URI_append_class-native = " file://e2fsprogs-fix-missing-check-for-permission-denied.patch" 16SRC_URI_append_class-native = " file://e2fsprogs-fix-missing-check-for-permission-denied.patch"