summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-oe/recipes-connectivity/zeromq/cppzmq_git.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-oe/recipes-connectivity/zeromq/cppzmq_git.bb b/meta-oe/recipes-connectivity/zeromq/cppzmq_git.bb
index f41cd0a185..a64745c94a 100644
--- a/meta-oe/recipes-connectivity/zeromq/cppzmq_git.bb
+++ b/meta-oe/recipes-connectivity/zeromq/cppzmq_git.bb
@@ -3,7 +3,9 @@ HOMEPAGE = "http://www.zeromq.org"
3LICENSE = "MIT" 3LICENSE = "MIT"
4LIC_FILES_CHKSUM = "file://LICENSE;md5=db174eaf7b55a34a7c89551197f66e94" 4LIC_FILES_CHKSUM = "file://LICENSE;md5=db174eaf7b55a34a7c89551197f66e94"
5DEPENDS = "zeromq" 5DEPENDS = "zeromq"
6
6SRCREV = "68a7b09cfce01c4c279fba2cf91686fcfc566848" 7SRCREV = "68a7b09cfce01c4c279fba2cf91686fcfc566848"
8PV = "4.1.5+git${SRCPV}"
7 9
8SRC_URI = "git://github.com/zeromq/cppzmq.git" 10SRC_URI = "git://github.com/zeromq/cppzmq.git"
9 11