e2fsprogs: Fix multiple xattr handling

There is an ordering issue when adding multiple xattr values to
an ext filesystem build using the -d option to mkfs. This patch
fixes that issue. Its been posted for discussion with the upstream
community.

(From OE-Core rev: 4b579c1f13ba20198a390629cd099d8ad470ba32)

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Richard Purdie
2016-02-10 18:25:59 +00:00
parent 9d4b52608f
commit d1496b4cc4
2 changed files with 67 additions and 0 deletions

View File

@@ -6,6 +6,7 @@ SRC_URI += "file://acinclude.m4 \
file://run-ptest \
file://ptest.patch \
file://mkdir.patch \
file://xattr_ordering.patch \
"
SRCREV = "0f26747167cc9d82df849b0aad387bf824f04544"