From 4e8339716a3cedee5f268bd308edca5d7c06a2a9 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Wed, 21 Jan 2026 19:28:56 +0800 Subject: plocate: upgrade 1.1.23 -> 1.1.24 Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- meta-oe/recipes-extended/plocate/plocate_1.1.23.bb | 15 --------------- meta-oe/recipes-extended/plocate/plocate_1.1.24.bb | 15 +++++++++++++++ 2 files changed, 15 insertions(+), 15 deletions(-) delete mode 100644 meta-oe/recipes-extended/plocate/plocate_1.1.23.bb create mode 100644 meta-oe/recipes-extended/plocate/plocate_1.1.24.bb (limited to 'meta-oe') diff --git a/meta-oe/recipes-extended/plocate/plocate_1.1.23.bb b/meta-oe/recipes-extended/plocate/plocate_1.1.23.bb deleted file mode 100644 index c9502db16a..0000000000 --- a/meta-oe/recipes-extended/plocate/plocate_1.1.23.bb +++ /dev/null @@ -1,15 +0,0 @@ -SUMMARY = "plocate, a much faster locate" -HOMEPAGE = "https://plocate.sesse.net/" -DESCRIPTION = "plocate is a locate(1) based on posting lists, completely replacing mlocate with a much faster (and smaller) index. It is suitable as a default locate on your system." -SECTION = "base" -LICENSE = "GPL-2.0-only" -LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" - -inherit meson pkgconfig - -DEPENDS = "zstd liburing" - -SRC_URI = "https://plocate.sesse.net/download/${BP}.tar.gz \ - file://0001-Include-linux-stat.h-only-when-sys-stat.h-is-not-inc.patch" - -SRC_URI[sha256sum] = "06bd3b284d5d077b441bef74edb0cc6f8e3f0a6f58b4c15ef865d3c460733783" diff --git a/meta-oe/recipes-extended/plocate/plocate_1.1.24.bb b/meta-oe/recipes-extended/plocate/plocate_1.1.24.bb new file mode 100644 index 0000000000..b33c339d14 --- /dev/null +++ b/meta-oe/recipes-extended/plocate/plocate_1.1.24.bb @@ -0,0 +1,15 @@ +SUMMARY = "plocate, a much faster locate" +HOMEPAGE = "https://plocate.sesse.net/" +DESCRIPTION = "plocate is a locate(1) based on posting lists, completely replacing mlocate with a much faster (and smaller) index. It is suitable as a default locate on your system." +SECTION = "base" +LICENSE = "GPL-2.0-only" +LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" + +inherit meson pkgconfig + +DEPENDS = "zstd liburing" + +SRC_URI = "https://plocate.sesse.net/download/${BP}.tar.gz \ + file://0001-Include-linux-stat.h-only-when-sys-stat.h-is-not-inc.patch" + +SRC_URI[sha256sum] = "e55a757af1d7efb15ea674993224da4f0258479f8f720bd3dae0925d27dc04a2" -- cgit v1.2.3-54-g00ecf