From 4b579c1f13ba20198a390629cd099d8ad470ba32 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Wed, 10 Feb 2016 18:25:59 +0000 Subject: 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. Signed-off-by: Richard Purdie --- meta/recipes-devtools/e2fsprogs/e2fsprogs_git.bb | 1 + 1 file changed, 1 insertion(+) (limited to 'meta/recipes-devtools/e2fsprogs/e2fsprogs_git.bb') diff --git a/meta/recipes-devtools/e2fsprogs/e2fsprogs_git.bb b/meta/recipes-devtools/e2fsprogs/e2fsprogs_git.bb index 9ade1ff684..d4a19f9dde 100644 --- a/meta/recipes-devtools/e2fsprogs/e2fsprogs_git.bb +++ b/meta/recipes-devtools/e2fsprogs/e2fsprogs_git.bb @@ -6,6 +6,7 @@ SRC_URI += "file://acinclude.m4 \ file://run-ptest \ file://ptest.patch \ file://mkdir.patch \ + file://xattr_ordering.patch \ " SRCREV = "0f26747167cc9d82df849b0aad387bf824f04544" -- cgit v1.2.3