diff options
| -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" | ||
