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 00:16:49 +0100
commitf0808ee03a244be1fb485e0046983a05193b23b6 (patch)
tree8180c63137573a168756cc0b762f6dbd83a3d732 /meta/recipes-extended/findutils/findutils_4.6.0.bb
parented26f8ffaf47dccd6fa0f9f1e0421b856e3555f3 (diff)
downloadopenembedded-core-f0808ee03a244be1fb485e0046983a05193b23b6.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. 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"
DEPENDS = "bison-native"
-SRC_URI += "file://0001-Unset-need_charset_alias-when-building-for-musl.patch"
+SRC_URI += "file://0001-Unset-need_charset_alias-when-building-for-musl.patch \
+ file://0001-find-make-delete-honour-the-ignore_readdir_race-opti.patch \
+"
SRC_URI[md5sum] = "9936aa8009438ce185bea2694a997fc1"
SRC_URI[sha256sum] = "ded4c9f73731cd48fec3b6bdaccce896473b6d8e337e9612e16cf1431bb1169d"