mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-08-12 11:13:46 +00:00
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>
This commit is contained in:
parent
f018a6bb3b
commit
3092ceda51
9
meta-oe/recipes-extended/plocate/plocate.inc
Normal file
9
meta-oe/recipes-extended/plocate/plocate.inc
Normal file
@ -0,0 +1,9 @@
|
||||
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"
|
||||
|
||||
inherit meson pkgconfig
|
||||
|
||||
DEPENDS = "zstd liburing"
|
||||
9
meta-oe/recipes-extended/plocate/plocate_1.1.17.bb
Normal file
9
meta-oe/recipes-extended/plocate/plocate_1.1.17.bb
Normal file
@ -0,0 +1,9 @@
|
||||
require plocate.inc
|
||||
# GPL-2.0-only
|
||||
LICENSE = "GPL-2.0-only"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
|
||||
|
||||
SRC_URI = "git://git.sesse.net/plocate;protocol=https;branch=master"
|
||||
|
||||
SRCREV = "7e5defd4e7e075cb9226e7d2d9a80f943c482d11"
|
||||
S = "${WORKDIR}/git"
|
||||
Loading…
x
Reference in New Issue
Block a user