diff mbox series

[meta-oe] plocate: add recipe

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

Commit Message

Dragos-Marian Panait Feb. 23, 2023, 3:54 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

Khem Raj Feb. 23, 2023, 4:18 p.m. UTC | #1
Thanks for your contribution

On Thu, Feb 23, 2023 at 7:55 AM 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

I think .inc is not necessary here, since there is only one recipe.
Please squash it into .bb

>
> diff --git a/meta-oe/recipes-extended/plocate/plocate.inc b/meta-oe/recipes-extended/plocate/plocate.inc
> new file mode 100644
> index 000000000..166fc2d56
> --- /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 000000000..ef36754ba
> --- /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 (#101235): https://lists.openembedded.org/g/openembedded-devel/message/101235
> Mute This Topic: https://lists.openembedded.org/mt/97185549/1997914
> Group Owner: openembedded-devel+owner@lists.openembedded.org
> Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [raj.khem@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 000000000..166fc2d56
--- /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 000000000..ef36754ba
--- /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"