]> 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:07:41 +0000 (19:07 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 26 Mar 2018 14:06:26 +0000 (15:06 +0100)
commit0dbe43e520be5e60e3a98fc0e46358bb291b0c13
treef801cd41affbe8059704bb33cc5688534a338a53
parent5a7cf3296715ac6543a171984fd09168bf73d1af
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.5.bb