diff options
| author | Ankur Tyagi <ankur.tyagi85@gmail.com> | 2026-05-13 17:04:49 +1200 |
|---|---|---|
| committer | Anuj Mittal <anuj.mittal@oss.qualcomm.com> | 2026-05-21 08:57:47 +0530 |
| commit | 797f2baebeebab32dead447cca4e91ca9a4e7cb8 (patch) | |
| tree | 84e40148cc48188fc6fbb9e87a52b43810a57fa6 /meta-networking/recipes-connectivity/nanomsg/nanomsg_1.2.2.bb | |
| parent | c756576c1c8013c40159b62f25e486475f6c15c6 (diff) | |
| download | meta-openembedded-797f2baebeebab32dead447cca4e91ca9a4e7cb8.tar.gz | |
nanomsg: upgrade 1.2.1 -> 1.2.2
Changelog:
https://github.com/nanomsg/nanomsg/releases/tag/1.2.2
Signed-off-by: Ankur Tyagi <ankur.tyagi85@gmail.com>
Signed-off-by: Anuj Mittal <anuj.mittal@oss.qualcomm.com>
Diffstat (limited to 'meta-networking/recipes-connectivity/nanomsg/nanomsg_1.2.2.bb')
| -rw-r--r-- | meta-networking/recipes-connectivity/nanomsg/nanomsg_1.2.2.bb | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/meta-networking/recipes-connectivity/nanomsg/nanomsg_1.2.2.bb b/meta-networking/recipes-connectivity/nanomsg/nanomsg_1.2.2.bb new file mode 100644 index 0000000000..04cffe8791 --- /dev/null +++ b/meta-networking/recipes-connectivity/nanomsg/nanomsg_1.2.2.bb | |||
| @@ -0,0 +1,28 @@ | |||
| 1 | SUMMARY = "nanomsg socket library" | ||
| 2 | DESCRIPTION = "nanomsg is a socket library that provides several common \ | ||
| 3 | communication patterns. It aims to make the networking layer fast, scalable, \ | ||
| 4 | and easy to use. Implemented in C, it works on a wide range of operating \ | ||
| 5 | systems with no further dependencies." | ||
| 6 | HOMEPAGE = "https://nanomsg.org/" | ||
| 7 | LICENSE = "MIT" | ||
| 8 | LIC_FILES_CHKSUM = "file://COPYING;md5=587b3fd7fd291e418ff4d2b8f3904755" | ||
| 9 | |||
| 10 | SECTION = "libs/networking" | ||
| 11 | |||
| 12 | SRC_URI = "git://github.com/nanomsg/nanomsg.git;protocol=https;branch=master" | ||
| 13 | SRCREV = "ccd7f20c1b756f7041598383baffcdc326246db7" | ||
| 14 | |||
| 15 | S = "${WORKDIR}/git" | ||
| 16 | |||
| 17 | inherit cmake pkgconfig | ||
| 18 | |||
| 19 | # nanomsg documentation generation requires asciidoctor, | ||
| 20 | # not asciidoc, and currently there's no asciidoctor-native | ||
| 21 | # recipe anywhere in openembedded-core or meta-openembedded | ||
| 22 | EXTRA_OECMAKE = " -DNN_ENABLE_DOC=OFF " | ||
| 23 | |||
| 24 | # we don't want nanomsg-tools to be renamed to libnanomsg-tools | ||
| 25 | DEBIAN_NOAUTONAME:${PN}-tools = "1" | ||
| 26 | |||
| 27 | PACKAGES =+ "${PN}-tools" | ||
| 28 | FILES:${PN}-tools = "${bindir}/*" | ||
