diff options
author | Catalin Enache <catalin.enache@windriver.com> | 2023-02-23 17:54:35 +0200 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2023-02-24 08:45:44 -0800 |
commit | 3092ceda51f9eb0be8c425d6402d6cafb1a5204b (patch) | |
tree | 64df5ad7b05a2233d5afdbb84d4064c7de4d3cc2 /meta-oe/recipes-extended/plocate | |
parent | f018a6bb3b8400a19cd35b76809edcd545975465 (diff) | |
download | meta-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.inc | 9 | ||||
-rw-r--r-- | meta-oe/recipes-extended/plocate/plocate_1.1.17.bb | 9 |
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 0000000000..166fc2d561 --- /dev/null +++ b/meta-oe/recipes-extended/plocate/plocate.inc | |||
@@ -0,0 +1,9 @@ | |||
1 | SUMMARY = "plocate, a much faster locate" | ||
2 | HOMEPAGE = "https://plocate.sesse.net/" | ||
3 | 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." | ||
4 | SECTION = "base" | ||
5 | LICENSE = "GPL-2.0-only" | ||
6 | |||
7 | inherit meson pkgconfig | ||
8 | |||
9 | DEPENDS = "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 0000000000..ef36754bac --- /dev/null +++ b/meta-oe/recipes-extended/plocate/plocate_1.1.17.bb | |||
@@ -0,0 +1,9 @@ | |||
1 | require plocate.inc | ||
2 | # GPL-2.0-only | ||
3 | LICENSE = "GPL-2.0-only" | ||
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" | ||
5 | |||
6 | SRC_URI = "git://git.sesse.net/plocate;protocol=https;branch=master" | ||
7 | |||
8 | SRCREV = "7e5defd4e7e075cb9226e7d2d9a80f943c482d11" | ||
9 | S = "${WORKDIR}/git" | ||