summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-extended/plocate
diff options
context:
space:
mode:
authorCatalin Enache <catalin.enache@windriver.com>2023-02-23 17:54:35 +0200
committerKhem Raj <raj.khem@gmail.com>2023-02-24 08:45:44 -0800
commit3092ceda51f9eb0be8c425d6402d6cafb1a5204b (patch)
tree64df5ad7b05a2233d5afdbb84d4064c7de4d3cc2 /meta-oe/recipes-extended/plocate
parentf018a6bb3b8400a19cd35b76809edcd545975465 (diff)
downloadmeta-openembedded-3092ceda51f9eb0be8c425d6402d6cafb1a5204b.tar.gz
plocate: add recipe
plocate, a much faster locate Signed-off-by: Catalin Enache <catalin.enache@windriver.com> Signed-off-by: Dragos-Marian Panait <dragos.panait@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-extended/plocate')
-rw-r--r--meta-oe/recipes-extended/plocate/plocate.inc9
-rw-r--r--meta-oe/recipes-extended/plocate/plocate_1.1.17.bb9
2 files changed, 18 insertions, 0 deletions
diff --git a/meta-oe/recipes-extended/plocate/plocate.inc b/meta-oe/recipes-extended/plocate/plocate.inc
new file mode 100644
index 000000000..166fc2d56
--- /dev/null
+++ b/meta-oe/recipes-extended/plocate/plocate.inc
@@ -0,0 +1,9 @@
1SUMMARY = "plocate, a much faster locate"
2HOMEPAGE = "https://plocate.sesse.net/"
3DESCRIPTION = "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."
4SECTION = "base"
5LICENSE = "GPL-2.0-only"
6
7inherit meson pkgconfig
8
9DEPENDS = "zstd liburing"
diff --git a/meta-oe/recipes-extended/plocate/plocate_1.1.17.bb b/meta-oe/recipes-extended/plocate/plocate_1.1.17.bb
new file mode 100644
index 000000000..ef36754ba
--- /dev/null
+++ b/meta-oe/recipes-extended/plocate/plocate_1.1.17.bb
@@ -0,0 +1,9 @@
1require plocate.inc
2# GPL-2.0-only
3LICENSE = "GPL-2.0-only"
4LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
5
6SRC_URI = "git://git.sesse.net/plocate;protocol=https;branch=master"
7
8SRCREV = "7e5defd4e7e075cb9226e7d2d9a80f943c482d11"
9S = "${WORKDIR}/git"