diff options
Diffstat (limited to 'meta-oe/recipes-extended/plocate/plocate_1.1.24.bb')
| -rw-r--r-- | meta-oe/recipes-extended/plocate/plocate_1.1.24.bb | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/meta-oe/recipes-extended/plocate/plocate_1.1.24.bb b/meta-oe/recipes-extended/plocate/plocate_1.1.24.bb new file mode 100644 index 0000000000..b33c339d14 --- /dev/null +++ b/meta-oe/recipes-extended/plocate/plocate_1.1.24.bb | |||
| @@ -0,0 +1,15 @@ | |||
| 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 | LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" | ||
| 7 | |||
| 8 | inherit meson pkgconfig | ||
| 9 | |||
| 10 | DEPENDS = "zstd liburing" | ||
| 11 | |||
| 12 | SRC_URI = "https://plocate.sesse.net/download/${BP}.tar.gz \ | ||
| 13 | file://0001-Include-linux-stat.h-only-when-sys-stat.h-is-not-inc.patch" | ||
| 14 | |||
| 15 | SRC_URI[sha256sum] = "e55a757af1d7efb15ea674993224da4f0258479f8f720bd3dae0925d27dc04a2" | ||
