* VB: [meta-networking][dunfell][PATCH] Add recipe for nngpp (c++ wrapper for nng)
[not found] ` <CAMKF1spAthChf61tCfr3wy_pAq0OUYLDto1J+09pRkmjtvkjVA@mail.gmail.com>
@ 2020-07-28 8:31 ` johan.jeppsson
0 siblings, 0 replies; only message in thread
From: johan.jeppsson @ 2020-07-28 8:31 UTC (permalink / raw)
To: openembedded-devel@lists.openembedded.org
[-- Attachment #1: Type: text/plain, Size: 1260 bytes --]
Hi!
Thanks Khem for pointing me in the right direction!
I've attached a patch with a recipe for nngpp, which is a c++ wrapper for nng (the latest version of nanomsg). If it's more convenient, I've also uploaded a pull request for it here:
https://github.com/openembedded/meta-openembedded/pull/257
Regards,
Johan
________________________________________
Från: Khem Raj <raj.khem@gmail.com>
Skickat: den 27 juli 2020 17:46
Till: Johan Jeppsson
Kopia: akuster808@gmail.com
Ämne: Re: [meta-networking][dunfell][PATCH] Add recipe for nngpp (c++ wrapper for nng)
Hi Johan
Perhaps its better to send this to the mailing list as well ( you need
to be subscribed to mailing list ), I can cherry pick it from github
pulls too.
On Mon, Jul 27, 2020 at 1:46 AM Johan Jeppsson <Johan.Jeppsson@axis.com> wrote:
>
> Hi!
>
>
> Sorry for emailing you directly; I tried to send this to openembedded-devel@lists.openembedded.org, but it bounced.
>
>
> I've attached a patch with a recipe for nngpp, which is a c++ wrapper for nng (the latest version of nanomsg).
>
> Is anything else needed when adding new recipes? I'm new to this, so I might have missed something; please let me know if that is the case!
>
>
> Regards,
>
> Johan
[-- Attachment #2: nngpp_patch --]
[-- Type: application/octet-stream, Size: 639 bytes --]
diff --git a/meta-networking/recipes-connectivity/nanomsg/nngpp_git.bb b/meta-networking/recipes-connectivity/nanomsg/nngpp_git.bb
new file mode 100644
index 000000000..517624dce
--- /dev/null
+++ b/meta-networking/recipes-connectivity/nanomsg/nngpp_git.bb
@@ -0,0 +1,14 @@
+DESCRIPTION = "C++ wrapper around the nanomsg NNG API"
+HOMEPAGE = "https://github.com/cwzx/nngpp"
+LICENSE = "MIT"
+LIC_FILES_CHKSUM = "file://license.txt;md5=6d17d78c3597e0d4452fb1c63bf7c58e"
+DEPENDS = "nng"
+
+SRCREV = "85294eda3f584281439649a074f46e2d3516b2a1"
+PV = "1.2.4"
+
+SRC_URI = "git://github.com/cwzx/nngpp"
+
+S = "${WORKDIR}/git"
+
+inherit cmake
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2020-07-28 8:31 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <1595831585459.86775@axis.com>
[not found] ` <1595839561474.58709@axis.com>
[not found] ` <CAMKF1spAthChf61tCfr3wy_pAq0OUYLDto1J+09pRkmjtvkjVA@mail.gmail.com>
2020-07-28 8:31 ` VB: [meta-networking][dunfell][PATCH] Add recipe for nngpp (c++ wrapper for nng) johan.jeppsson
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.