summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/stat/stat-3.3/fix-error-return.patch
Commit message (Collapse)AuthorAgeFilesLines
* stat: remove the recipeYi Zhao2018-01-021-16/+0
| | | | | | | | | | | | | The stat hasn't any update since 2002. All modern Linux distributions use stat from coreutils as default. After replace it with coreutils as runtime dependency in hdparm, it is safe to drop this recipe and move it to meta-oe. (From OE-Core rev: 6f6542f2d479ffa2a9d0d4480a84348a08ebf641) Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* stat: fix the wrong return codeZhangle Yang2013-08-261-0/+16
After stat -h is executed, the return code is 1. This patch changes it to 0. (From OE-Core rev: c10435025f5c51c4827d71af82a9a517f5f8f6d8) Signed-off-by: Zhangle Yang <zhangle.yang@windriver.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>