From a6a3de760f318c88f6f73ae2e429c11e4ff452f9 Mon Sep 17 00:00:00 2001 From: Trevor Woerner Date: Fri, 11 May 2018 11:21:09 -0400 Subject: 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 Signed-off-by: Armin Kuster --- meta-oe/recipes-connectivity/libuv/libuv_1.11.0.bb | 19 ------------------- meta-oe/recipes-connectivity/libuv/libuv_1.20.3.bb | 19 +++++++++++++++++++ 2 files changed, 19 insertions(+), 19 deletions(-) delete mode 100644 meta-oe/recipes-connectivity/libuv/libuv_1.11.0.bb create mode 100644 meta-oe/recipes-connectivity/libuv/libuv_1.20.3.bb diff --git a/meta-oe/recipes-connectivity/libuv/libuv_1.11.0.bb b/meta-oe/recipes-connectivity/libuv/libuv_1.11.0.bb deleted file mode 100644 index ca4685ab3..000000000 --- a/meta-oe/recipes-connectivity/libuv/libuv_1.11.0.bb +++ /dev/null @@ -1,19 +0,0 @@ -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=bb5ea0d651f4c3519327171906045775" - -S = "${WORKDIR}/git" -SRCREV = "7452ef4e06a4f99ee26b694c65476401534f2725" -BRANCH = "v1.x" -SRC_URI = "git://github.com/libuv/libuv.git;protocol=https;branch=${BRANCH};" - -inherit autotools - -do_configure() { - ${S}/autogen.sh || bbnote "${PN} failed to autogen.sh" - oe_runconf -} - -BBCLASSEXTEND = "native" 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 000000000..a11ff9d2c --- /dev/null +++ b/meta-oe/recipes-connectivity/libuv/libuv_1.20.3.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" + +S = "${WORKDIR}/git" +SRCREV = "8cfd67e59195251dff793ee47c185c9d6a8f3818" +BRANCH = "v1.x" +SRC_URI = "git://github.com/libuv/libuv.git;protocol=https;branch=${BRANCH};" + +inherit autotools + +do_configure() { + ${S}/autogen.sh || bbnote "${PN} failed to autogen.sh" + oe_runconf +} + +BBCLASSEXTEND = "native" -- cgit v1.2.3-54-g00ecf