summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-networking/recipes-connectivity/nanomsg/nngpp_git.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-networking/recipes-connectivity/nanomsg/nngpp_git.bb b/meta-networking/recipes-connectivity/nanomsg/nngpp_git.bb
index 517624dced..176fa3bed2 100644
--- a/meta-networking/recipes-connectivity/nanomsg/nngpp_git.bb
+++ b/meta-networking/recipes-connectivity/nanomsg/nngpp_git.bb
@@ -4,8 +4,8 @@ LICENSE = "MIT"
4LIC_FILES_CHKSUM = "file://license.txt;md5=6d17d78c3597e0d4452fb1c63bf7c58e" 4LIC_FILES_CHKSUM = "file://license.txt;md5=6d17d78c3597e0d4452fb1c63bf7c58e"
5DEPENDS = "nng" 5DEPENDS = "nng"
6 6
7SRCREV = "85294eda3f584281439649a074f46e2d3516b2a1" 7SRCREV = "cc5d2641babab165d8a9943817c46d36c6dc17c2"
8PV = "1.2.4" 8PV = "1.3.0"
9 9
10SRC_URI = "git://github.com/cwzx/nngpp" 10SRC_URI = "git://github.com/cwzx/nngpp"
11 11