From 22d021eff14cda4864089e8b2bc3d5df4509a96b Mon Sep 17 00:00:00 2001 From: Martin Jansa Date: Fri, 19 Jan 2024 19:39:37 +0100 Subject: [PATCH] node-gyp-native=v10.0.1 (upgrade for python 3.12 compatibility) * recipes using node-gyp-native fail to build after python3 was updated to 3.12 in: https://git.openembedded.org/openembedded-core/commit/?id=716d82352545d3667a658b69d65d6127678dd150 * we need the fix from: https://github.com/nodejs/node-gyp/issues/2869 Signed-off-by: Martin Jansa --- .../recipes-upstreamable/nodejs/node-gyp-native_git.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta-luneos/recipes-upstreamable/nodejs/node-gyp-native_git.bb b/meta-luneos/recipes-upstreamable/nodejs/node-gyp-native_git.bb index e82b7feb3b..9c897877b7 100644 --- a/meta-luneos/recipes-upstreamable/nodejs/node-gyp-native_git.bb +++ b/meta-luneos/recipes-upstreamable/nodejs/node-gyp-native_git.bb @@ -6,8 +6,8 @@ LICENSE = "MIT" LIC_FILES_CHKSUM = "file://LICENSE;md5=694e396551033371686c80d3a1a69e88" DEPENDS = "nodejs-native node-gyp-packages-native" -PV = "8.3.0+git" -SRCREV = "fb85fb21c4bcba806cca852f6f076108aaf7ef4d" +PV = "10.0.1+git" +SRCREV = "da19158e7a02c574d4f6d3d367ee264cb08d47ec" SRC_URI = "git://github.com/nodejs/node-gyp.git;branch=main;protocol=https" S = "${WORKDIR}/git"