diff options
author | Paul Barker <paul@paulbarker.me.uk> | 2014-08-19 18:52:17 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-08-23 09:26:09 +0100 |
commit | cb860e15434ea35c644b50eee25fd1e942c88e52 (patch) | |
tree | 74b88b13fcb260727823f38b996b1794b719bfc2 /meta/recipes-devtools/e2fsprogs/e2fsprogs_1.42.9.bb | |
parent | 76070017cd5d882c9ed51eb292edfd7bb32cd2bf (diff) | |
download | poky-cb860e15434ea35c644b50eee25fd1e942c88e52.tar.gz |
e2fsprogs: Backport fixes for building with musl
Both of these fixes have been applied upstream and improve general code
correctness. They are needed when building with TCLIBC=musl but shouldn't cause
any harm with other libc implementations.
(From OE-Core rev: 23a533908355b7bb37ce34b073ac91aa20c5776d)
Signed-off-by: Paul Barker <paul@paulbarker.me.uk>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/e2fsprogs/e2fsprogs_1.42.9.bb')
-rw-r--r-- | meta/recipes-devtools/e2fsprogs/e2fsprogs_1.42.9.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.42.9.bb b/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.42.9.bb index 530255474d..a08e937b04 100644 --- a/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.42.9.bb +++ b/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.42.9.bb | |||
@@ -16,6 +16,7 @@ SRC_URI += "file://acinclude.m4 \ | |||
16 | file://0009-misc-create_inode.c-handle-hardlinks.patch \ | 16 | file://0009-misc-create_inode.c-handle-hardlinks.patch \ |
17 | file://0010-debugfs-use-the-functions-in-misc-create_inode.c.patch \ | 17 | file://0010-debugfs-use-the-functions-in-misc-create_inode.c.patch \ |
18 | file://0011-mke2fs.8.in-update-the-manual-for-the-d-option.patch \ | 18 | file://0011-mke2fs.8.in-update-the-manual-for-the-d-option.patch \ |
19 | file://0012-Fix-musl-build-failures.patch \ | ||
19 | file://0001-e2fsprogs-fix-cross-compilation-problem.patch \ | 20 | file://0001-e2fsprogs-fix-cross-compilation-problem.patch \ |
20 | file://misc-mke2fs.c-return-error-when-failed-to-populate-fs.patch \ | 21 | file://misc-mke2fs.c-return-error-when-failed-to-populate-fs.patch \ |
21 | " | 22 | " |