diff options
| author | Trevor Woerner <twoerner@gmail.com> | 2018-05-11 11:21:09 -0400 |
|---|---|---|
| committer | Armin Kuster <akuster808@gmail.com> | 2018-05-17 08:25:29 -0700 |
| commit | a6a3de760f318c88f6f73ae2e429c11e4ff452f9 (patch) | |
| tree | 7c305d3d1a2b1a90b1e97e251f5afdb9d624ac1a /meta-oe/recipes-connectivity/libuv/libuv_1.20.3.bb | |
| parent | 0c37018e7bcf066361ca603c226833880d2a53c6 (diff) | |
| download | meta-openembedded-a6a3de760f318c88f6f73ae2e429c11e4ff452f9.tar.gz | |
libuv: update 1.11.0 -> 1.20.3
The license change is as a result of removing one of the files
(pthread-fixes.h) from the list of files from Google and Sony.
No change in license has occurred. Here is a diff of the license
file:
--- LICENSE.old 2018-05-11 10:50:19.024581228 -0400
+++ LICENSE.new 2018-05-11 10:49:53.088488515 -0400
@@ -62,8 +62,8 @@
- stdint-msvc2008.h (from msinttypes), copyright Alexander Chemeris. Three
clause BSD license.
- - pthread-fixes.h, pthread-fixes.c, copyright Google Inc. and Sony Mobile
- Communications AB. Three clause BSD license.
+ - pthread-fixes.c, copyright Google Inc. and Sony Mobile Communications AB.
+ Three clause BSD license.
- android-ifaddrs.h, android-ifaddrs.c, copyright Berkeley Software Design
Inc, Kenneth MacKay and Emergya (Cloud4all, FP7/2007-2013, grant agreement
Signed-off-by: Trevor Woerner <twoerner@gmail.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'meta-oe/recipes-connectivity/libuv/libuv_1.20.3.bb')
| -rw-r--r-- | meta-oe/recipes-connectivity/libuv/libuv_1.20.3.bb | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/meta-oe/recipes-connectivity/libuv/libuv_1.20.3.bb b/meta-oe/recipes-connectivity/libuv/libuv_1.20.3.bb new file mode 100644 index 0000000000..a11ff9d2c4 --- /dev/null +++ b/meta-oe/recipes-connectivity/libuv/libuv_1.20.3.bb | |||
| @@ -0,0 +1,19 @@ | |||
| 1 | SUMMARY = "A multi-platform support library with a focus on asynchronous I/O" | ||
| 2 | HOMEPAGE = "https://github.com/libuv/libuv" | ||
| 3 | BUGTRACKER = "https://github.com/libuv/libuv/issues" | ||
| 4 | LICENSE = "MIT" | ||
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=a68902a430e32200263d182d44924d47" | ||
| 6 | |||
| 7 | S = "${WORKDIR}/git" | ||
| 8 | SRCREV = "8cfd67e59195251dff793ee47c185c9d6a8f3818" | ||
| 9 | BRANCH = "v1.x" | ||
| 10 | SRC_URI = "git://github.com/libuv/libuv.git;protocol=https;branch=${BRANCH};" | ||
| 11 | |||
| 12 | inherit autotools | ||
| 13 | |||
| 14 | do_configure() { | ||
| 15 | ${S}/autogen.sh || bbnote "${PN} failed to autogen.sh" | ||
| 16 | oe_runconf | ||
| 17 | } | ||
| 18 | |||
| 19 | BBCLASSEXTEND = "native" | ||
