From patchwork Thu Jul 10 11:18:24 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Markus Volk X-Patchwork-Id: 66566 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id 2B2B8C83F1D for ; Thu, 10 Jul 2025 11:18:53 +0000 (UTC) Received: from mailout01.t-online.de (mailout01.t-online.de [194.25.134.80]) by mx.groups.io with SMTP id smtpd.web10.6469.1752146329604903849 for ; Thu, 10 Jul 2025 04:18:49 -0700 Authentication-Results: mx.groups.io; dkim=none (message not signed); spf=pass (domain: t-online.de, ip: 194.25.134.80, mailfrom: f_l_k@t-online.de) Received: from fwd72.aul.t-online.de (fwd72.aul.t-online.de [10.223.144.98]) by mailout01.t-online.de (Postfix) with SMTP id 348D91BFD0 for ; Thu, 10 Jul 2025 13:18:47 +0200 (CEST) Received: from intel-corei7-64.fritz.box ([79.219.234.74]) by fwd72.t-online.de with (TLSv1.3:TLS_AES_256_GCM_SHA384 encrypted) esmtp id 1uZpIX-1ONYWH0; Thu, 10 Jul 2025 13:18:41 +0200 From: Markus Volk To: openembedded-devel@lists.openembedded.org Subject: [meta-oe][PATCH 1/4] glm: allow to build wih cmake 4 Date: Thu, 10 Jul 2025 13:18:24 +0200 Message-ID: <20250710111827.2550131-1-f_l_k@t-online.de> X-Mailer: git-send-email 2.49.0 MIME-Version: 1.0 X-TOI-EXPURGATEID: 150726::1752146321-4A7FA50C-1BA20854/0/0 CLEAN NORMAL X-TOI-MSGID: 2e66e71a-fbc2-4a37-b126-8c48cc14fcd8 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Thu, 10 Jul 2025 11:18:53 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/118409 Signed-off-by: Markus Volk --- meta-oe/recipes-graphics/glm/glm_0.9.9.8.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta-oe/recipes-graphics/glm/glm_0.9.9.8.bb b/meta-oe/recipes-graphics/glm/glm_0.9.9.8.bb index e6fd0edd21..f18ae346a5 100644 --- a/meta-oe/recipes-graphics/glm/glm_0.9.9.8.bb +++ b/meta-oe/recipes-graphics/glm/glm_0.9.9.8.bb @@ -23,6 +23,8 @@ PV .= "+0.9.9.9+git" inherit cmake +EXTRA_OECMAKE = "-DCMAKE_POLICY_VERSION_MINIMUM=3.5" + do_install() { install -d ${D}${includedir} ${D}${docdir}/glm ${D}${libdir}/pkgconfig ${D}${libdir}/cmake/glm cp -R --no-dereference --preserve=mode,links ${S}/glm ${D}${includedir} From patchwork Thu Jul 10 11:18:25 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Markus Volk X-Patchwork-Id: 66567 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id 3C808C83F22 for ; Thu, 10 Jul 2025 11:18:53 +0000 (UTC) Received: from mailout08.t-online.de (mailout08.t-online.de [194.25.134.20]) by mx.groups.io with SMTP id smtpd.web10.6470.1752146329962044597 for ; Thu, 10 Jul 2025 04:18:50 -0700 Authentication-Results: mx.groups.io; dkim=none (message not signed); spf=pass (domain: t-online.de, ip: 194.25.134.20, mailfrom: f_l_k@t-online.de) Received: from fwd72.aul.t-online.de (fwd72.aul.t-online.de [10.223.144.98]) by mailout08.t-online.de (Postfix) with SMTP id 34AC5E3F6 for ; Thu, 10 Jul 2025 13:18:47 +0200 (CEST) Received: from intel-corei7-64.fritz.box ([79.219.234.74]) by fwd72.t-online.de with (TLSv1.3:TLS_AES_256_GCM_SHA384 encrypted) esmtp id 1uZpIX-1ONYWI0; Thu, 10 Jul 2025 13:18:41 +0200 From: Markus Volk To: openembedded-devel@lists.openembedded.org Subject: [meta-oe][PATCH 2/4] freeglut: allow to build with cmake 4 Date: Thu, 10 Jul 2025 13:18:25 +0200 Message-ID: <20250710111827.2550131-2-f_l_k@t-online.de> X-Mailer: git-send-email 2.49.0 In-Reply-To: <20250710111827.2550131-1-f_l_k@t-online.de> References: <20250710111827.2550131-1-f_l_k@t-online.de> MIME-Version: 1.0 X-TOI-EXPURGATEID: 150726::1752146321-5E7F250C-2AAFFC3D/0/0 CLEAN NORMAL X-TOI-MSGID: 3d39213c-dc3d-47a6-8543-e659974225dc List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Thu, 10 Jul 2025 11:18:53 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/118410 Signed-off-by: Markus Volk --- meta-oe/recipes-graphics/freeglut/freeglut_3.4.0.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta-oe/recipes-graphics/freeglut/freeglut_3.4.0.bb b/meta-oe/recipes-graphics/freeglut/freeglut_3.4.0.bb index 2cd00b0349..069f0f43f6 100644 --- a/meta-oe/recipes-graphics/freeglut/freeglut_3.4.0.bb +++ b/meta-oe/recipes-graphics/freeglut/freeglut_3.4.0.bb @@ -8,6 +8,8 @@ SRC_URI[sha256sum] = "3c0bcb915d9b180a97edaebd011b7a1de54583a838644dcd42bb0ea0c6 inherit cmake features_check pkgconfig +EXTRA_OECMAKE = "-DCMAKE_POLICY_VERSION_MINIMUM=3.5" + # depends on virtual/libgl and libxi REQUIRED_DISTRO_FEATURES = "opengl x11" From patchwork Thu Jul 10 11:18:26 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Markus Volk X-Patchwork-Id: 66565 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id 2D228C83F20 for ; Thu, 10 Jul 2025 11:18:53 +0000 (UTC) Received: from mailout12.t-online.de (mailout12.t-online.de [194.25.134.22]) by mx.groups.io with SMTP id smtpd.web11.6376.1752146329378934492 for ; Thu, 10 Jul 2025 04:18:49 -0700 Authentication-Results: mx.groups.io; dkim=none (message not signed); spf=pass (domain: t-online.de, ip: 194.25.134.22, mailfrom: f_l_k@t-online.de) Received: from fwd72.aul.t-online.de (fwd72.aul.t-online.de [10.223.144.98]) by mailout12.t-online.de (Postfix) with SMTP id 35666E9D7 for ; Thu, 10 Jul 2025 13:18:47 +0200 (CEST) Received: from intel-corei7-64.fritz.box ([79.219.234.74]) by fwd72.t-online.de with (TLSv1.3:TLS_AES_256_GCM_SHA384 encrypted) esmtp id 1uZpIX-1ONYWJ0; Thu, 10 Jul 2025 13:18:41 +0200 From: Markus Volk To: openembedded-devel@lists.openembedded.org Subject: [meta-oe][PATCH 3/4] opencl-icd-loader: allow to build with cmake 4 Date: Thu, 10 Jul 2025 13:18:26 +0200 Message-ID: <20250710111827.2550131-3-f_l_k@t-online.de> X-Mailer: git-send-email 2.49.0 In-Reply-To: <20250710111827.2550131-1-f_l_k@t-online.de> References: <20250710111827.2550131-1-f_l_k@t-online.de> MIME-Version: 1.0 X-TOI-EXPURGATEID: 150726::1752146321-DA20150C-42920427/0/0 CLEAN NORMAL X-TOI-MSGID: a267b9b8-6ece-4926-94eb-1a9ce325374e List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Thu, 10 Jul 2025 11:18:53 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/118407 Signed-off-by: Markus Volk --- meta-oe/recipes-core/opencl/opencl-icd-loader_2024.05.08.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta-oe/recipes-core/opencl/opencl-icd-loader_2024.05.08.bb b/meta-oe/recipes-core/opencl/opencl-icd-loader_2024.05.08.bb index 7cfc75f5ed..2ff9a6ae7e 100644 --- a/meta-oe/recipes-core/opencl/opencl-icd-loader_2024.05.08.bb +++ b/meta-oe/recipes-core/opencl/opencl-icd-loader_2024.05.08.bb @@ -17,6 +17,7 @@ SRC_URI = "git://github.com/KhronosGroup/OpenCL-ICD-Loader.git;branch=main;proto EXTRA_OECMAKE:append = " \ -DOPENCL_ICD_LOADER_HEADERS_DIR=${STAGING_INCDIR} \ + -DCMAKE_POLICY_VERSION_MINIMUM=3.5 \ " do_install() { From patchwork Thu Jul 10 11:18:27 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Markus Volk X-Patchwork-Id: 66568 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id 2DB53C83F17 for ; Thu, 10 Jul 2025 11:18:53 +0000 (UTC) Received: from mailout08.t-online.de (mailout08.t-online.de [194.25.134.20]) by mx.groups.io with SMTP id smtpd.web10.6468.1752146329411363017 for ; Thu, 10 Jul 2025 04:18:49 -0700 Authentication-Results: mx.groups.io; dkim=none (message not signed); spf=pass (domain: t-online.de, ip: 194.25.134.20, mailfrom: f_l_k@t-online.de) Received: from fwd72.aul.t-online.de (fwd72.aul.t-online.de [10.223.144.98]) by mailout08.t-online.de (Postfix) with SMTP id 365F6E47F for ; Thu, 10 Jul 2025 13:18:47 +0200 (CEST) Received: from intel-corei7-64.fritz.box ([79.219.234.74]) by fwd72.t-online.de with (TLSv1.3:TLS_AES_256_GCM_SHA384 encrypted) esmtp id 1uZpIX-1ONYWK0; Thu, 10 Jul 2025 13:18:41 +0200 From: Markus Volk To: openembedded-devel@lists.openembedded.org Subject: [meta-oe][PATCH 4/4] srt: allow to build with cmake 4 Date: Thu, 10 Jul 2025 13:18:27 +0200 Message-ID: <20250710111827.2550131-4-f_l_k@t-online.de> X-Mailer: git-send-email 2.49.0 In-Reply-To: <20250710111827.2550131-1-f_l_k@t-online.de> References: <20250710111827.2550131-1-f_l_k@t-online.de> MIME-Version: 1.0 X-TOI-EXPURGATEID: 150726::1752146321-80E0150C-CF018D58/0/0 CLEAN NORMAL X-TOI-MSGID: a255159c-8a32-407f-8f04-d75d4e297232 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Thu, 10 Jul 2025 11:18:53 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/118408 Signed-off-by: Markus Volk --- .../recipes-support/srt/{srt_1.4.4.bb => srt_1.5.4.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-multimedia/recipes-support/srt/{srt_1.4.4.bb => srt_1.5.4.bb} (96%) diff --git a/meta-multimedia/recipes-support/srt/srt_1.4.4.bb b/meta-multimedia/recipes-support/srt/srt_1.5.4.bb similarity index 96% rename from meta-multimedia/recipes-support/srt/srt_1.4.4.bb rename to meta-multimedia/recipes-support/srt/srt_1.5.4.bb index 91651fda8e..e252ad54c0 100644 --- a/meta-multimedia/recipes-support/srt/srt_1.4.4.bb +++ b/meta-multimedia/recipes-support/srt/srt_1.5.4.bb @@ -14,7 +14,7 @@ UPSTREAM_CHECK_GITTAGREGEX = "v(?P\d+(\.\d+)+)" inherit cmake pkgconfig -EXTRA_OECMAKE = "-DCMAKE_BUILD_TYPE=Release -DENABLE_UNITTESTS=OFF" +EXTRA_OECMAKE = "-DCMAKE_BUILD_TYPE=Release -DENABLE_UNITTESTS=OFF -DCMAKE_POLICY_VERSION_MINIMUM=3.5" PACKAGECONFIG ??= "crypt" PACKAGECONFIG[debug] = "-DENABLE_DEBUG=1,,"