plocate: Upgrade to 1.1.19 release

* Merge .inc into bb
* Switch to wget fetcher

Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Khem Raj
2023-09-21 20:14:03 -07:00
parent 717a478cf5
commit 5c6a5354a0
2 changed files with 5 additions and 9 deletions
@@ -1,9 +0,0 @@
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"
@@ -3,7 +3,12 @@ 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"
SRC_URI[sha256sum] = "d95bc8ee8a9f79b9f69ce63df53fb85b202139f243bbb84c399555eda22e6165"