diff options
-rw-r--r-- | meta-oe/recipes-connectivity/zeromq/cppzmq_git.bb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta-oe/recipes-connectivity/zeromq/cppzmq_git.bb b/meta-oe/recipes-connectivity/zeromq/cppzmq_git.bb index 9f68eb48a3..44e1e9164c 100644 --- a/meta-oe/recipes-connectivity/zeromq/cppzmq_git.bb +++ b/meta-oe/recipes-connectivity/zeromq/cppzmq_git.bb | |||
@@ -4,10 +4,10 @@ LICENSE = "MIT" | |||
4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=db174eaf7b55a34a7c89551197f66e94" | 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=db174eaf7b55a34a7c89551197f66e94" |
5 | DEPENDS = "zeromq" | 5 | DEPENDS = "zeromq" |
6 | 6 | ||
7 | SRCREV = "fef905d5982aaeb4f4bac5cccbdf8bea72728a10" | 7 | SRCREV = "76bf169fd67b8e99c1b0e6490029d9cd5ef97666" |
8 | PV = "4.7.0" | 8 | PV = "4.7.1" |
9 | 9 | ||
10 | SRC_URI = "git://github.com/zeromq/cppzmq.git" | 10 | SRC_URI = "git://github.com/zeromq/cppzmq.git;branch=bugfix-4-7-1" |
11 | 11 | ||
12 | S = "${WORKDIR}/git" | 12 | S = "${WORKDIR}/git" |
13 | 13 | ||