[oe][meta-oe][wrynose][PATCH 2/20] hiredis: upgrade 1.3.0 -> 1.3.1
| Newsgroups | org.openembedded.lists.openembedded-devel |
|---|---|
| Message-ID | <[email protected]> |
From: Ankur Tyagi <[email protected]> Also update branch and include tag in the SRC_URI Changelog: https://github.com/redis/hiredis/releases/tag/v1.3.1 Signed-off-by: Ankur Tyagi <[email protected]> --- .../hiredis/{hiredis_1.3.0.bb => hiredis_1.3.1.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-oe/recipes-extended/hiredis/{hiredis_1.3.0.bb => hiredis_1.3.1.bb} (91%) diff --git a/meta-oe/recipes-extended/hiredis/hiredis_1.3.0.bb b/meta-oe/recipes-extended/hiredis/hiredis_1.3.1.bb similarity index 91% rename from meta-oe/recipes-extended/hiredis/hiredis_1.3.0.bb rename to meta-oe/recipes-extended/hiredis/hiredis_1.3.1.bb index 0cf03bfcda..ed3eff6615 100644 --- a/meta-oe/recipes-extended/hiredis/hiredis_1.3.0.bb +++ b/meta-oe/recipes-extended/hiredis/hiredis_1.3.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 \ + git://github.com/redis/hiredis;protocol=https;branch=release/v1.3.X;tag=v${PV} \ file://run-ptest \ " -SRCREV = "ccad7ebaf99310957004661d1c5f82d2a33ebd10" +SRCREV = "bad0c4dbde7d8b9bb116002fe10235c663949730" inherit cmake ptest