diff options
author | Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com> | 2021-10-16 14:28:44 +0200 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2021-10-16 09:50:39 -0700 |
commit | 78a7b95b71dd02e3f47ccbe9df89d8a587e8ff3c (patch) | |
tree | 983e290be2dab4d1fc943b9236106b00031704ce /meta-networking | |
parent | af3b0cdacfc48c4ac3c75ac04f23111256f33008 (diff) | |
download | meta-openembedded-78a7b95b71dd02e3f47ccbe9df89d8a587e8ff3c.tar.gz |
nng: update to 1.4.0
Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-networking')
-rw-r--r-- | meta-networking/recipes-connectivity/nanomsg/nng_1.5.2.bb (renamed from meta-networking/recipes-connectivity/nanomsg/nng_1.4.0.bb) | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/meta-networking/recipes-connectivity/nanomsg/nng_1.4.0.bb b/meta-networking/recipes-connectivity/nanomsg/nng_1.5.2.bb index 49e2015641..1ffd8918a4 100644 --- a/meta-networking/recipes-connectivity/nanomsg/nng_1.4.0.bb +++ b/meta-networking/recipes-connectivity/nanomsg/nng_1.5.2.bb | |||
@@ -1,14 +1,12 @@ | |||
1 | SUMMARY = "nanomsg-next-generation -- light-weight brokerless messaging" | 1 | SUMMARY = "nanomsg-next-generation -- light-weight brokerless messaging" |
2 | DESCRIPTION = "NNG, like its predecessors nanomsg (and to some extent ZeroMQ), is a lightweight, broker-less library, offering a simple API to solve common recurring messaging problems, such as publish/subscribe, RPC-style request/reply, or service discovery." | 2 | DESCRIPTION = "NNG, like its predecessors nanomsg (and to some extent ZeroMQ), is a lightweight, broker-less library, offering a simple API to solve common recurring messaging problems, such as publish/subscribe, RPC-style request/reply, or service discovery." |
3 | HOMEPAGE = "https://github.com/nanomsg/nng" | 3 | HOMEPAGE = "https://github.com/nanomsg/nng" |
4 | SECTION = "libs/networking" | ||
4 | LICENSE = "MIT" | 5 | LICENSE = "MIT" |
5 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=a41e579bb4326c21c774f8e51e41d8a3" | 6 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=a41e579bb4326c21c774f8e51e41d8a3" |
6 | 7 | ||
7 | SECTION = "libs/networking" | ||
8 | |||
9 | SRCREV = "d020adda8f0348d094790618703b8341a26007a3" | ||
10 | |||
11 | SRC_URI = "git://github.com/nanomsg/nng.git" | 8 | SRC_URI = "git://github.com/nanomsg/nng.git" |
9 | SRCREV = "169221da8d53b2ca4fda76f894bee8505887a7c6" | ||
12 | 10 | ||
13 | S = "${WORKDIR}/git" | 11 | S = "${WORKDIR}/git" |
14 | 12 | ||