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

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.