1*4882a593SmuzhiyunSUMMARY = "A multi-platform support library with a focus on asynchronous I/O" 2*4882a593SmuzhiyunHOMEPAGE = "https://github.com/libuv/libuv" 3*4882a593SmuzhiyunDESCRIPTION = "libuv is a multi-platform support library with a focus on asynchronous I/O. It was primarily developed for use by Node.js, but it's also used by Luvit, Julia, pyuv, and others." 4*4882a593SmuzhiyunBUGTRACKER = "https://github.com/libuv/libuv/issues" 5*4882a593SmuzhiyunLICENSE = "MIT" 6*4882a593SmuzhiyunLIC_FILES_CHKSUM = "file://LICENSE;md5=ad93ca1fffe931537fcf64f6fcce084d" 7*4882a593Smuzhiyun 8*4882a593SmuzhiyunSRCREV = "0c1fa696aa502eb749c2c4735005f41ba00a27b8" 9*4882a593SmuzhiyunSRC_URI = "git://github.com/libuv/libuv.git;branch=v1.x;protocol=https" 10*4882a593SmuzhiyunUPSTREAM_CHECK_GITTAGREGEX = "v(?P<pver>\d+(\.\d+)+)" 11*4882a593Smuzhiyun 12*4882a593SmuzhiyunS = "${WORKDIR}/git" 13*4882a593Smuzhiyun 14*4882a593Smuzhiyuninherit autotools 15*4882a593Smuzhiyun 16*4882a593Smuzhiyundo_configure() { 17*4882a593Smuzhiyun ${S}/autogen.sh || bbnote "${PN} failed to autogen.sh" 18*4882a593Smuzhiyun oe_runconf 19*4882a593Smuzhiyun} 20*4882a593Smuzhiyun 21*4882a593SmuzhiyunBBCLASSEXTEND = "native" 22