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,,"