mirror of
https://git.yoctoproject.org/poky
synced 2026-09-16 09:49:35 +02:00
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:
@@ -6,6 +6,7 @@ SRC_URI += "file://acinclude.m4 \
|
||||
file://run-ptest \
|
||||
file://ptest.patch \
|
||||
file://mkdir.patch \
|
||||
file://xattr_ordering.patch \
|
||||
"
|
||||
|
||||
SRCREV = "0f26747167cc9d82df849b0aad387bf824f04544"
|
||||
|
||||
Reference in New Issue
Block a user