mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-04 02:31:27 +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:
@@ -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"
|
||||||
@@ -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"
|
||||||
Reference in New Issue
Block a user