From: johan.jeppsson@axis.com
To: "openembedded-devel@lists.openembedded.org"
<openembedded-devel@lists.openembedded.org>
Subject: VB: [meta-networking][dunfell][PATCH] Add recipe for nngpp (c++ wrapper for nng)
Date: Tue, 28 Jul 2020 08:31:19 +0000 [thread overview]
Message-ID: <1595925079727.13183@axis.com> (raw)
In-Reply-To: <CAMKF1spAthChf61tCfr3wy_pAq0OUYLDto1J+09pRkmjtvkjVA@mail.gmail.com>
[-- 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
parent reply other threads:[~2020-07-28 8:31 UTC|newest]
Thread overview: expand[flat|nested] mbox.gz Atom feed
[parent not found: <CAMKF1spAthChf61tCfr3wy_pAq0OUYLDto1J+09pRkmjtvkjVA@mail.gmail.com>]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1595925079727.13183@axis.com \
--to=johan.jeppsson@axis.com \
--cc=openembedded-devel@lists.openembedded.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.