summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-extended/hiredis/hiredis_1.0.2.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/recipes-extended/hiredis/hiredis_1.0.2.bb')
-rw-r--r--meta-oe/recipes-extended/hiredis/hiredis_1.0.2.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-extended/hiredis/hiredis_1.0.2.bb b/meta-oe/recipes-extended/hiredis/hiredis_1.0.2.bb
index 93bda3372d..2ff4946883 100644
--- a/meta-oe/recipes-extended/hiredis/hiredis_1.0.2.bb
+++ b/meta-oe/recipes-extended/hiredis/hiredis_1.0.2.bb
@@ -5,7 +5,7 @@ LICENSE = "BSD-3-Clause"
5LIC_FILES_CHKSUM = "file://COPYING;md5=d84d659a35c666d23233e54503aaea51" 5LIC_FILES_CHKSUM = "file://COPYING;md5=d84d659a35c666d23233e54503aaea51"
6DEPENDS = "redis" 6DEPENDS = "redis"
7 7
8SRC_URI = "git://github.com/redis/hiredis;protocol=git" 8SRC_URI = "git://github.com/redis/hiredis;protocol=https;branch=master"
9SRCREV = "b731283245f3183af527237166261ad0768ba7d4" 9SRCREV = "b731283245f3183af527237166261ad0768ba7d4"
10 10
11S = "${WORKDIR}/git" 11S = "${WORKDIR}/git"