summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/findutils/findutils_4.6.0.bb
diff options
context:
space:
mode:
authorZhixiong Chi <zhixiong.chi@windriver.com>2018-06-19 03:24:18 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-06-21 09:34:40 +0100
commitac6f587692968956d069d2a1a508e659d8560d16 (patch)
tree700e9e6379c72ac4be41ed7a2c35bdc4abcbdf78 /meta/recipes-extended/findutils/findutils_4.6.0.bb
parent4623554463685000907eb3e17b4b23136f3759a2 (diff)
downloadpoky-ac6f587692968956d069d2a1a508e659d8560d16.tar.gz
findutils: make -delete honour the -ignore_readdir_race option
the '-delete' action no longer complains about disappeared files when the '-ignore_readdir_race' option is given, too. That action will also returns true in such a case now. (From OE-Core rev: f0808ee03a244be1fb485e0046983a05193b23b6) Signed-off-by: Zhixiong Chi <zhixiong.chi@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/findutils/findutils_4.6.0.bb')
-rw-r--r--meta/recipes-extended/findutils/findutils_4.6.0.bb4
1 files changed, 3 insertions, 1 deletions
diff --git a/meta/recipes-extended/findutils/findutils_4.6.0.bb b/meta/recipes-extended/findutils/findutils_4.6.0.bb
index 072d3b3c05..db03252f54 100644
--- a/meta/recipes-extended/findutils/findutils_4.6.0.bb
+++ b/meta/recipes-extended/findutils/findutils_4.6.0.bb
@@ -6,7 +6,9 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=f27defe1e96c2e1ecd4e0c9be8967949"
6 6
7DEPENDS = "bison-native" 7DEPENDS = "bison-native"
8 8
9SRC_URI += "file://0001-Unset-need_charset_alias-when-building-for-musl.patch" 9SRC_URI += "file://0001-Unset-need_charset_alias-when-building-for-musl.patch \
10 file://0001-find-make-delete-honour-the-ignore_readdir_race-opti.patch \
11"
10 12
11SRC_URI[md5sum] = "9936aa8009438ce185bea2694a997fc1" 13SRC_URI[md5sum] = "9936aa8009438ce185bea2694a997fc1"
12SRC_URI[sha256sum] = "ded4c9f73731cd48fec3b6bdaccce896473b6d8e337e9612e16cf1431bb1169d" 14SRC_URI[sha256sum] = "ded4c9f73731cd48fec3b6bdaccce896473b6d8e337e9612e16cf1431bb1169d"