diff options
-rw-r--r-- | meta-networking/recipes-connectivity/nanomsg/nngpp_git.bb | 4 |
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" | |||
4 | LIC_FILES_CHKSUM = "file://license.txt;md5=6d17d78c3597e0d4452fb1c63bf7c58e" | 4 | LIC_FILES_CHKSUM = "file://license.txt;md5=6d17d78c3597e0d4452fb1c63bf7c58e" |
5 | DEPENDS = "nng" | 5 | DEPENDS = "nng" |
6 | 6 | ||
7 | SRCREV = "85294eda3f584281439649a074f46e2d3516b2a1" | 7 | SRCREV = "cc5d2641babab165d8a9943817c46d36c6dc17c2" |
8 | PV = "1.2.4" | 8 | PV = "1.3.0" |
9 | 9 | ||
10 | SRC_URI = "git://github.com/cwzx/nngpp" | 10 | SRC_URI = "git://github.com/cwzx/nngpp" |
11 | 11 | ||