diff options
author | Robert Yang <liezhi.yang@windriver.com> | 2014-03-20 14:08:43 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-03-21 12:05:29 +0000 |
commit | 46896b601c1c93e276954b674aa30b8b4dc4f611 (patch) | |
tree | 9bf633625ea2f263ddce5a9a92d1630333903a2c /meta/recipes-devtools/e2fsprogs/e2fsprogs_1.42.9.bb | |
parent | baada8ef412478450fa0ab234b1a3151bdfe7ac4 (diff) | |
download | openembedded-core-46896b601c1c93e276954b674aa30b8b4dc4f611.tar.gz openembedded-core-46896b601c1c93e276954b674aa30b8b4dc4f611.tar.bz2 openembedded-core-46896b601c1c93e276954b674aa30b8b4dc4f611.zip |
e2fsprogs: return error when failed to populate fs
We need return retval when "mke2fs -d" failed, otherwise the "$?" would
be 0 which is misleading.
[YOCTO #6011]
Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
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 4114fd21bc..75a58b5d45 100644 --- a/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.42.9.bb +++ b/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.42.9.bb @@ -17,6 +17,7 @@ SRC_URI += "file://acinclude.m4 \ file://0010-debugfs-use-the-functions-in-misc-create_inode.c.patch \ file://0011-mke2fs.8.in-update-the-manual-for-the-d-option.patch \ file://0001-e2fsprogs-fix-cross-compilation-problem.patch \ + file://misc-mke2fs.c-return-error-when-failed-to-populate-fs.patch \ " SRC_URI[md5sum] = "3f8e41e63b432ba114b33f58674563f7" |