All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-oe][PATCH] redis-plus-plus: add recipe
@ 2020-07-03 18:31 Fagundes, Paulo
  2020-07-04 15:03 ` [oe] " Khem Raj
  0 siblings, 1 reply; 3+ messages in thread
From: Fagundes, Paulo @ 2020-07-03 18:31 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Paulo Fagundes

redis-plus-plus is a redis client written in C++ and based on hiredis

Signed-off-by: Paulo Fagundes <paulohefagundes@gmail.com>
---
 .../redis-plus-plus/redis-plus-plus_1.1.2.bb       | 14 ++++++++++++++
 1 file changed, 14 insertions(+)
 create mode 100644 meta-oe/recipes-extended/redis-plus-plus/redis-plus-plus_1.1.2.bb

diff --git a/meta-oe/recipes-extended/redis-plus-plus/redis-plus-plus_1.1.2.bb b/meta-oe/recipes-extended/redis-plus-plus/redis-plus-plus_1.1.2.bb
new file mode 100644
index 0000000000..c6b64af432
--- /dev/null
+++ b/meta-oe/recipes-extended/redis-plus-plus/redis-plus-plus_1.1.2.bb
@@ -0,0 +1,14 @@
+DESCRIPTION = "C++ client for Redis based on hiredis"
+LICENSE = "Apache-2.0"
+HOMEPAGE = "https://github.com/sewenew/redis-plus-plus"
+
+SRC_URI = "https://github.com/sewenew/redis-plus-plus/archive/1.1.2.tar.gz"
+SRC_URI[sha256sum] = "9ff6050a948907ed7a7670296e6926f2bcc413555fc514adfb3b78ea11faa332"
+
+DEPENDS += "hiredis"
+RDEPENDS_${PN} += "hiredis"
+
+FILES_SOLIBSDEV = ""
+FILES_${PN} += " ${libdir}/libredis++.so"
+
+inherit cmake
-- 
2.27.0


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [oe] [meta-oe][PATCH] redis-plus-plus: add recipe
  2020-07-03 18:31 [meta-oe][PATCH] redis-plus-plus: add recipe Fagundes, Paulo
@ 2020-07-04 15:03 ` Khem Raj
  2020-07-06 17:38   ` Fagundes, Paulo
  0 siblings, 1 reply; 3+ messages in thread
From: Khem Raj @ 2020-07-04 15:03 UTC (permalink / raw)
  To: Fagundes, Paulo; +Cc: openembeded-devel

Hi Paulo

On Fri, Jul 3, 2020 at 11:31 AM Fagundes, Paulo
<paulohefagundes@gmail.com> wrote:
>
> redis-plus-plus is a redis client written in C++ and based on hiredis
>
> Signed-off-by: Paulo Fagundes <paulohefagundes@gmail.com>
> ---
>  .../redis-plus-plus/redis-plus-plus_1.1.2.bb       | 14 ++++++++++++++
>  1 file changed, 14 insertions(+)
>  create mode 100644 meta-oe/recipes-extended/redis-plus-plus/redis-plus-plus_1.1.2.bb
>
> diff --git a/meta-oe/recipes-extended/redis-plus-plus/redis-plus-plus_1.1.2.bb b/meta-oe/recipes-extended/redis-plus-plus/redis-plus-plus_1.1.2.bb
> new file mode 100644
> index 0000000000..c6b64af432
> --- /dev/null
> +++ b/meta-oe/recipes-extended/redis-plus-plus/redis-plus-plus_1.1.2.bb
> @@ -0,0 +1,14 @@
> +DESCRIPTION = "C++ client for Redis based on hiredis"
> +LICENSE = "Apache-2.0"

this recipe needs to define LIC_FILES_CHKSUM as well. Please fix it
and resend it.

> +HOMEPAGE = "https://github.com/sewenew/redis-plus-plus"
> +
> +SRC_URI = "https://github.com/sewenew/redis-plus-plus/archive/1.1.2.tar.gz"

see if you can use a release artifact instead of the archive since
they might change checksums randomly. If there is no release artifact
then
use SRCREV to pin to the release tag with git fetcher instead.

> +SRC_URI[sha256sum] = "9ff6050a948907ed7a7670296e6926f2bcc413555fc514adfb3b78ea11faa332"
> +
> +DEPENDS += "hiredis"
> +RDEPENDS_${PN} += "hiredis"
> +
> +FILES_SOLIBSDEV = ""
> +FILES_${PN} += " ${libdir}/libredis++.so"
> +
> +inherit cmake
> --
> 2.27.0
>
> 

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [meta-oe][PATCH] redis-plus-plus: add recipe
  2020-07-04 15:03 ` [oe] " Khem Raj
@ 2020-07-06 17:38   ` Fagundes, Paulo
  0 siblings, 0 replies; 3+ messages in thread
From: Fagundes, Paulo @ 2020-07-06 17:38 UTC (permalink / raw)
  To: openembedded-devel

[-- Attachment #1: Type: text/plain, Size: 123 bytes --]

thanks Khem for the feedback. I've uploaded patch v2
- https://lists.openembedded.org/g/openembedded-devel/message/85644

[-- Attachment #2: Type: text/html, Size: 212 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2020-07-06 17:38 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-07-03 18:31 [meta-oe][PATCH] redis-plus-plus: add recipe Fagundes, Paulo
2020-07-04 15:03 ` [oe] " Khem Raj
2020-07-06 17:38   ` Fagundes, Paulo

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.