From 3616b8972711b1e52e86a00191c023b0e1b9003f Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Tue, 23 Jan 2024 09:30:21 +0800 Subject: [PATCH] plocate: upgrade 1.1.20 -> 1.1.22 Changelog: ========== - Revert the updatedb change in 1.1.21 that did not open pruned paths; it broke pruning of paths that were not at the root - Improve interactions between pruning and bind mount detection logic. - Pruned paths are now not opened, which can be useful in certain cases. Note that this does not (yet) apply to filesystems that are pruned due to type and not due to paths; they are still opened and then immediately closed again. Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../plocate/{plocate_1.1.20.bb => plocate_1.1.22.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-extended/plocate/{plocate_1.1.20.bb => plocate_1.1.22.bb} (84%) diff --git a/meta-oe/recipes-extended/plocate/plocate_1.1.20.bb b/meta-oe/recipes-extended/plocate/plocate_1.1.22.bb similarity index 84% rename from meta-oe/recipes-extended/plocate/plocate_1.1.20.bb rename to meta-oe/recipes-extended/plocate/plocate_1.1.22.bb index 5f45d7fbd6..07de357266 100644 --- a/meta-oe/recipes-extended/plocate/plocate_1.1.20.bb +++ b/meta-oe/recipes-extended/plocate/plocate_1.1.22.bb @@ -11,4 +11,4 @@ DEPENDS = "zstd liburing" SRC_URI = "https://plocate.sesse.net/download/${BP}.tar.gz" -SRC_URI[sha256sum] = "9b3d2842a08e69633c0ffa480c139603514ce59f1d021c263e9301324976959f" +SRC_URI[sha256sum] = "3b7e4741b4aa2ec044e53eff06474a32a3fb1e928b9382351fe79d4c27fb0049"