diff options
| author | Fabio Berton <fabio.berton@ossystems.com.br> | 2017-02-10 09:04:08 -0200 |
|---|---|---|
| committer | Martin Jansa <Martin.Jansa@gmail.com> | 2017-02-13 18:43:36 +0100 |
| commit | 28528c4ca9b803861422be2d809467f66100c938 (patch) | |
| tree | ad7476cc38082e862e9207673b0541cbf526acff | |
| parent | 63d64b8b14381b620a73245ca3393cce4d7e5988 (diff) | |
| download | meta-openembedded-28528c4ca9b803861422be2d809467f66100c938.tar.gz | |
libuv: Add recipe for version 1.10.2
Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
| -rw-r--r-- | meta-oe/recipes-connectivity/libuv/libuv_1.10.2.bb | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/meta-oe/recipes-connectivity/libuv/libuv_1.10.2.bb b/meta-oe/recipes-connectivity/libuv/libuv_1.10.2.bb new file mode 100644 index 0000000000..fbdbeaa89a --- /dev/null +++ b/meta-oe/recipes-connectivity/libuv/libuv_1.10.2.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=bb5ea0d651f4c3519327171906045775" | ||
| 6 | |||
| 7 | SRC_URI = "https://github.com/libuv/${PN}/archive/v${PV}.tar.gz" | ||
| 8 | |||
| 9 | SRC_URI[md5sum] = "6e16d1d1ca464add0730d637effb1c1c" | ||
| 10 | SRC_URI[sha256sum] = "2d740a2adea0f1a19058626f55a076ac41a4ac1f95d4e57cae0c8a634a6cd63b" | ||
| 11 | |||
| 12 | S = "${WORKDIR}/${PN}-${PV}" | ||
| 13 | |||
| 14 | inherit autotools | ||
| 15 | |||
| 16 | do_configure() { | ||
| 17 | ${S}/autogen.sh || bbnote "${PN} failed to autogen.sh" | ||
| 18 | oe_runconf | ||
| 19 | } | ||
