redis-plus-plus is a redis client written in C++ and based on hiredis Signed-off-by: Paulo Fagundes <[email protected]> --- .../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
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#85601): https://lists.openembedded.org/g/openembedded-devel/message/85601 Mute This Topic: https://lists.openembedded.org/mt/75285565/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
