summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-oe/recipes-connectivity/zeromq/cppzmq_git.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-oe/recipes-connectivity/zeromq/cppzmq_git.bb b/meta-oe/recipes-connectivity/zeromq/cppzmq_git.bb
index 7189115092..1dbdc3e46a 100644
--- a/meta-oe/recipes-connectivity/zeromq/cppzmq_git.bb
+++ b/meta-oe/recipes-connectivity/zeromq/cppzmq_git.bb
@@ -4,8 +4,8 @@ LICENSE = "MIT"
4LIC_FILES_CHKSUM = "file://LICENSE;md5=db174eaf7b55a34a7c89551197f66e94" 4LIC_FILES_CHKSUM = "file://LICENSE;md5=db174eaf7b55a34a7c89551197f66e94"
5DEPENDS = "zeromq" 5DEPENDS = "zeromq"
6 6
7SRCREV = "dd663fafd830466d34cba278c2cfd0f92eb67614" 7SRCREV = "d67b6352b87a238775cd17e4376b980d07fa7939"
8PV = "4.8.1" 8PV = "4.9.0"
9 9
10SRC_URI = "git://github.com/zeromq/cppzmq.git;branch=master;protocol=https" 10SRC_URI = "git://github.com/zeromq/cppzmq.git;branch=master;protocol=https"
11 11