From: Armin Kuster <akuster808@gmail.com>
To: openembedded-core@lists.openembedded.org
Cc: Armin Kuster <akuster@mvista.com>
Subject: [PATCH 1/2] libuv: needed by bind 9.16
Date: Thu, 27 Feb 2020 12:56:07 -0800 [thread overview]
Message-ID: <20200227205608.26788-2-akuster808@gmail.com> (raw)
In-Reply-To: <20200227205608.26788-1-akuster808@gmail.com>
From: Armin Kuster <akuster@mvista.com>
move from meta-oe to core
Signed-off-by: Armin Kuster <akuster@mvista.com>
---
.../libuv/libuv_1.34.0.bb | 19 +++++++++++++++++++
1 file changed, 19 insertions(+)
create mode 100644 meta/recipes-connectivity/libuv/libuv_1.34.0.bb
diff --git a/meta/recipes-connectivity/libuv/libuv_1.34.0.bb b/meta/recipes-connectivity/libuv/libuv_1.34.0.bb
new file mode 100644
index 0000000000..b842bbda7a
--- /dev/null
+++ b/meta/recipes-connectivity/libuv/libuv_1.34.0.bb
@@ -0,0 +1,19 @@
+SUMMARY = "A multi-platform support library with a focus on asynchronous I/O"
+HOMEPAGE = "https://github.com/libuv/libuv"
+BUGTRACKER = "https://github.com/libuv/libuv/issues"
+LICENSE = "MIT"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=a68902a430e32200263d182d44924d47"
+
+SRCREV = "15ae750151ac9341e5945eb38f8982d59fb99201"
+SRC_URI = "git://github.com/libuv/libuv;branch=v1.x"
+
+S = "${WORKDIR}/git"
+
+inherit autotools
+
+do_configure() {
+ ${S}/autogen.sh || bbnote "${PN} failed to autogen.sh"
+ oe_runconf
+}
+
+BBCLASSEXTEND = "native"
--
2.17.1
next prev parent reply other threads:[~2020-02-27 20:56 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-02-27 20:56 [PATCH 0/2] Update bind to lates ESV version 9.16 Armin Kuster
2020-02-27 20:56 ` Armin Kuster [this message]
2020-02-27 22:33 ` [PATCH 1/2] libuv: needed by bind 9.16 Anuj Mittal
2020-02-27 22:43 ` akuster808
2020-02-27 20:56 ` [PATCH 2/2] bind: Update to latest ESV version 9.16 Armin Kuster
2020-03-03 23:28 ` Richard Purdie
2020-05-31 16:27 ` [OE-core] " Alexander Kanavin
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=20200227205608.26788-2-akuster808@gmail.com \
--to=akuster808@gmail.com \
--cc=akuster@mvista.com \
--cc=openembedded-core@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox