]> code.ossystems Code Review - openembedded-core.git/commit
e2fsprogs: fix compatibility with glibc 2.27
authorTanu Kaskinen <tanuk@iki.fi>
Wed, 21 Mar 2018 17:09:16 +0000 (19:09 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 5 Apr 2018 14:11:14 +0000 (15:11 +0100)
commitd6a297d259d0c4b83f708d4a357c9941c0e478a3
tree5d70b0cff89f33e14b5b4e59295aad3b2473423b
parentda02349c540a8e17073fef8f3ca3ea8c796d6ade
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 <tanuk@iki.fi>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
meta/recipes-devtools/e2fsprogs/e2fsprogs/0001-misc-rename-copy_file_range-to-copy_file_chunk.patch [new file with mode: 0644]
meta/recipes-devtools/e2fsprogs/e2fsprogs_1.43.bb