[oe][meta-oe][PATCH 6/6] hiredis: upgrade 1.4.0 -> 1.4.1
| Newsgroups | org.openembedded.lists.openembedded-devel |
|---|---|
| Message-ID | <[email protected]> |
From: Ankur Tyagi <[email protected]> Also update branch in the SRC_URI, Changelog: https://github.com/redis/hiredis/releases/tag/v1.4.1 Signed-off-by: Ankur Tyagi <[email protected]> --- .../hiredis/{hiredis_1.4.0.bb => hiredis_1.4.1.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-oe/recipes-extended/hiredis/{hiredis_1.4.0.bb => hiredis_1.4.1.bb} (91%) diff --git a/meta-oe/recipes-extended/hiredis/hiredis_1.4.0.bb b/meta-oe/recipes-extended/hiredis/hiredis_1.4.1.bb similarity index 91% rename from meta-oe/recipes-extended/hiredis/hiredis_1.4.0.bb rename to meta-oe/recipes-extended/hiredis/hiredis_1.4.1.bb index 62e5a36318..6d4e7391cd 100644 --- a/meta-oe/recipes-extended/hiredis/hiredis_1.4.0.bb +++ b/meta-oe/recipes-extended/hiredis/hiredis_1.4.1.bb @@ -5,10 +5,10 @@ LICENSE = "BSD-3-Clause" LIC_FILES_CHKSUM = "file://COPYING;md5=d84d659a35c666d23233e54503aaea51" SRC_URI = " \ - git://github.com/redis/hiredis;protocol=https;branch=master;tag=v${PV} \ + git://github.com/redis/hiredis;protocol=https;branch=release/v1.4.X;tag=v${PV} \ file://run-ptest \ " -SRCREV = "67c88a05bb97c40d5c29d0680e51828627e4f362" +SRCREV = "616f2286ba5503f74ae96e720623fa11dbc690af" inherit cmake ptest