luv: update

This commit is contained in:
Markus Volk
2026-04-05 22:51:36 +02:00
parent 3e82b957b5
commit 4b144de8c9

View File

@@ -0,0 +1,20 @@
SUMMARY = "libuv bindings for luajit and lua 5.1/ 5.2/ 5.3/ 5.4"
HOMEPAGE = "https://github.com/luvit/luv"
LICENSE = "Apache-2.0"
LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=3b83ef96387f14655fc854ddc3c6bd57"
SRC_URI = "gitsm://github.com/luvit/luv.git;protocol=https;branch=master"
SRCREV = "f65fe9d7616f9fbcd20227fc7a73b38d1c5c180d"
DEPENDS = "luajit-native libuv"
inherit cmake
EXTRA_OECMAKE = " \
-DBUILD_SHARED_LIBS=ON \
-DWITH_SHARED_LIBUV=ON \
-DBUILD_MODULE=OFF \
-DLUA_BUILD_TYPE=System \
-DWITH_LUA_ENGINE=LuaJIT \
-DLUA_COMPAT53_DIR=${S}/deps/lua-compat-5.3 \
"