Skip to content

Commit

Permalink
nng: Upgrade 1.2.5 -> 1.4.0
Browse files Browse the repository at this point in the history
In contrast to 1.2.5, this recipe also builds and packages the nngcat
tool.

Adjusted license checksum because the copyright year got changed from
2018 to 2021.

Signed-off-by: Reto Schneider <[email protected]>
  • Loading branch information
rettichschnidi committed Apr 30, 2021
1 parent 96e84a0 commit 314f0db
Showing 1 changed file with 7 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,23 @@ SUMMARY = "nanomsg-next-generation -- light-weight brokerless messaging"
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."
HOMEPAGE = "https://github.com/nanomsg/nng"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=a19b15be6e844b39a54de2ef665bd6de"
LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=a41e579bb4326c21c774f8e51e41d8a3"

SECTION = "libs/networking"

SRCREV = "53ae1a5ab37fdfc9ad5c236df3eaf4dd63f0fee9"
SRCREV = "d020adda8f0348d094790618703b8341a26007a3"

SRC_URI = "git://github.com/nanomsg/nng.git;branch=v1.2.x"
SRC_URI = "git://github.com/nanomsg/nng.git"

S = "${WORKDIR}/git"

inherit cmake pkgconfig

EXTRA_OECMAKE = "-DBUILD_SHARED_LIBS=ON"
EXTRA_OECMAKE = "-DBUILD_SHARED_LIBS=ON -DNNG_ENABLE_NNGCAT=ON"

PACKAGECONFIG ??= ""

PACKAGECONFIG[mbedtls] = "-DNNG_ENABLE_TLS=ON,-DNNG_ENABLE_TLS=OFF,mbedtls"

PACKAGES =+ "${PN}-tools"
FILES_${PN}-tools = "${bindir}/*"

0 comments on commit 314f0db

Please sign in to comment.