From 75a9a09efdad81279f187e66182e9c60aac7e096 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Sun, 28 Feb 2021 22:30:15 +0800 Subject: redis-plus-plus: upgrade 1.2.1 -> 1.2.2 Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../redis-plus-plus/redis-plus-plus_1.2.1.bb | 18 ------------------ .../redis-plus-plus/redis-plus-plus_1.2.2.bb | 18 ++++++++++++++++++ 2 files changed, 18 insertions(+), 18 deletions(-) delete mode 100644 meta-oe/recipes-extended/redis-plus-plus/redis-plus-plus_1.2.1.bb create mode 100644 meta-oe/recipes-extended/redis-plus-plus/redis-plus-plus_1.2.2.bb diff --git a/meta-oe/recipes-extended/redis-plus-plus/redis-plus-plus_1.2.1.bb b/meta-oe/recipes-extended/redis-plus-plus/redis-plus-plus_1.2.1.bb deleted file mode 100644 index 4059fd47e8..0000000000 --- a/meta-oe/recipes-extended/redis-plus-plus/redis-plus-plus_1.2.1.bb +++ /dev/null @@ -1,18 +0,0 @@ -DESCRIPTION = "C++ client for Redis based on hiredis" -HOMEPAGE = "https://github.com/sewenew/redis-plus-plus" -SECTION = "libs" - -DEPENDS += "hiredis" -RDEPENDS_${PN} += "hiredis" - -LICENSE = "Apache-2.0" -LIC_FILES_CHKSUM = "file://LICENSE;md5=86d3f3a95c324c9479bd8986968f4327" -SRCREV = "a9f9c301f8de1c181e6d45c573b5d1fe7b8200b1" -SRC_URI = "git://github.com/sewenew/redis-plus-plus" - -S = "${WORKDIR}/git" - -inherit cmake - -FILES_SOLIBSDEV = "" -FILES_${PN} += " ${libdir}/libredis++.so" diff --git a/meta-oe/recipes-extended/redis-plus-plus/redis-plus-plus_1.2.2.bb b/meta-oe/recipes-extended/redis-plus-plus/redis-plus-plus_1.2.2.bb new file mode 100644 index 0000000000..8b7a8d06e3 --- /dev/null +++ b/meta-oe/recipes-extended/redis-plus-plus/redis-plus-plus_1.2.2.bb @@ -0,0 +1,18 @@ +DESCRIPTION = "C++ client for Redis based on hiredis" +HOMEPAGE = "https://github.com/sewenew/redis-plus-plus" +SECTION = "libs" + +DEPENDS += "hiredis" +RDEPENDS_${PN} += "hiredis" + +LICENSE = "Apache-2.0" +LIC_FILES_CHKSUM = "file://LICENSE;md5=86d3f3a95c324c9479bd8986968f4327" +SRCREV = "8ac506e6eb0e5c5b2625785b67400bde705773a1" +SRC_URI = "git://github.com/sewenew/redis-plus-plus" + +S = "${WORKDIR}/git" + +inherit cmake + +FILES_SOLIBSDEV = "" +FILES_${PN} += " ${libdir}/libredis++.so" -- cgit v1.2.3-54-g00ecf