aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorzangrc <zangrc.fnst@cn.fujitsu.com>2020-11-27 10:04:42 +0800
committerKhem Raj <raj.khem@gmail.com>2020-11-27 11:54:04 -0800
commitbb64362db7928ca07d8ee70b3e9d51d9b7662b4f (patch)
tree52a8a7ca09496548e84430ee8550891f6c7f7657
parent3e05b98d08710ab42b279257e39f67f1f7d21a67 (diff)
downloadmeta-openembedded-contrib-bb64362db7928ca07d8ee70b3e9d51d9b7662b4f.tar.gz
nngpp: upgrade 1.2.4 -> 1.3.0
Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-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"
LIC_FILES_CHKSUM = "file://license.txt;md5=6d17d78c3597e0d4452fb1c63bf7c58e"
DEPENDS = "nng"
-SRCREV = "85294eda3f584281439649a074f46e2d3516b2a1"
-PV = "1.2.4"
+SRCREV = "cc5d2641babab165d8a9943817c46d36c6dc17c2"
+PV = "1.3.0"
SRC_URI = "git://github.com/cwzx/nngpp"