diff mbox series

[meta-oe] plocate: add recipe

Message ID 20230207163451.3886205-1-dragos.panait@windriver.com
State New
Headers show
Series [meta-oe] plocate: add recipe | expand

Commit Message

Dragos-Marian Panait Feb. 7, 2023, 4:34 p.m. UTC
From: Catalin Enache <catalin.enache@windriver.com>

plocate, a much faster locate

Signed-off-by: Catalin Enache <catalin.enache@windriver.com>
Signed-off-by: Dragos-Marian Panait <dragos.panait@windriver.com>
---
 meta-oe/recipes-extended/plocate/plocate.inc       | 9 +++++++++
 meta-oe/recipes-extended/plocate/plocate_1.1.17.bb | 9 +++++++++
 2 files changed, 18 insertions(+)
 create mode 100644 meta-oe/recipes-extended/plocate/plocate.inc
 create mode 100644 meta-oe/recipes-extended/plocate/plocate_1.1.17.bb

Comments

Alexander Kanavin Feb. 7, 2023, 6:04 p.m. UTC | #1
This should go to openembedded-devel mailing list.

Alex

On Tue, 7 Feb 2023 at 17:35, Dragos-Marian Panait
<dragos.panait@windriver.com> wrote:
>
> From: Catalin Enache <catalin.enache@windriver.com>
>
> plocate, a much faster locate
>
> Signed-off-by: Catalin Enache <catalin.enache@windriver.com>
> Signed-off-by: Dragos-Marian Panait <dragos.panait@windriver.com>
> ---
>  meta-oe/recipes-extended/plocate/plocate.inc       | 9 +++++++++
>  meta-oe/recipes-extended/plocate/plocate_1.1.17.bb | 9 +++++++++
>  2 files changed, 18 insertions(+)
>  create mode 100644 meta-oe/recipes-extended/plocate/plocate.inc
>  create mode 100644 meta-oe/recipes-extended/plocate/plocate_1.1.17.bb
>
> 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 @@
> +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"
> 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 @@
> +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"
> --
> 2.34.1
>
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#176820): https://lists.openembedded.org/g/openembedded-core/message/176820
> Mute This Topic: https://lists.openembedded.org/mt/96810815/1686489
> Group Owner: openembedded-core+owner@lists.openembedded.org
> Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [alex.kanavin@gmail.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>
diff mbox series

Patch

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 @@ 
+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"
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 @@ 
+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"