aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Jansa <martin.jansa@gmail.com>2023-10-18 23:58:48 +0200
committerMartin Jansa <martin.jansa@gmail.com>2024-04-14 20:55:40 +0200
commitc9ea01149acebabdd01b9ecb19491c078bda0c85 (patch)
treebee6bfa34a2578293bdf2473a6b4504e98ea42f0
parent704ee4ab2a8b6ae5b0637fd2bb9a75855a9a044c (diff)
downloadmeta-openembedded-contrib-c9ea01149acebabdd01b9ecb19491c078bda0c85.tar.gz
com.webos.app.minimal: export UV_USE_IO_URING=0
-rw-r--r--meta-oe/recipes-devtools/nodejs/com.webos.app.minimal.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-oe/recipes-devtools/nodejs/com.webos.app.minimal.bb b/meta-oe/recipes-devtools/nodejs/com.webos.app.minimal.bb
index c1fa2365a4..722381d321 100644
--- a/meta-oe/recipes-devtools/nodejs/com.webos.app.minimal.bb
+++ b/meta-oe/recipes-devtools/nodejs/com.webos.app.minimal.bb
@@ -17,6 +17,7 @@ do_compile() {
}
do_install() {
+ export UV_USE_IO_URING=0
${STAGING_BINDIR_NATIVE}/node node_modules/webpack-cli/bin/cli.js -o ${D}/test
}