diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-02-10 18:25:59 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-02-11 12:27:23 +0000 |
commit | 4b579c1f13ba20198a390629cd099d8ad470ba32 (patch) | |
tree | 9f159a0d01465ea6fdc25eef174586f3813565b7 /meta/recipes-devtools/e2fsprogs/e2fsprogs_git.bb | |
parent | 4c9cf1888fb907a037f0e51eb007aef10cb9f735 (diff) | |
download | openembedded-core-4b579c1f13ba20198a390629cd099d8ad470ba32.tar.gz openembedded-core-4b579c1f13ba20198a390629cd099d8ad470ba32.tar.bz2 openembedded-core-4b579c1f13ba20198a390629cd099d8ad470ba32.zip |
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 <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/e2fsprogs/e2fsprogs_git.bb')
-rw-r--r-- | meta/recipes-devtools/e2fsprogs/e2fsprogs_git.bb | 1 |
1 files changed, 1 insertions, 0 deletions
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" |