From mboxrd@z Thu Jan 1 00:00:00 1970 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 E351DEF5867 for ; Mon, 16 Feb 2026 13:48:52 +0000 (UTC) Received: from foss.arm.com (foss.arm.com [217.140.110.172]) by mx.groups.io with SMTP id smtpd.msgproc02-g2.19629.1771249726063456008 for ; Mon, 16 Feb 2026 05:48:46 -0800 Authentication-Results: mx.groups.io; dkim=none (message not signed); spf=pass (domain: arm.com, ip: 217.140.110.172, mailfrom: ross.burton@arm.com) Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id 72E70150C for ; Mon, 16 Feb 2026 05:48:39 -0800 (PST) Received: from cesw-amp-gbt-1s-m12830-04.lab.cambridge.arm.com (usa-sjc-imap-foss1.foss.arm.com [10.121.207.14]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPA id 73AAE3F632 for ; Mon, 16 Feb 2026 05:48:45 -0800 (PST) From: Ross Burton To: openembedded-core@lists.openembedded.org Subject: [PATCH v2 6/7] cmake: add license information for vendored cppdap library Date: Mon, 16 Feb 2026 13:48:34 +0000 Message-ID: <20260216134835.717366-6-ross.burton@arm.com> X-Mailer: git-send-email 2.43.0 In-Reply-To: <20260216134835.717366-1-ross.burton@arm.com> References: <20260216134835.717366-1-ross.burton@arm.com> MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable List-Id: X-Webhook-Received: from 45-33-107-173.ip.linodeusercontent.com [45.33.107.173] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Mon, 16 Feb 2026 13:48:52 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/231208 Add missing license information for the vendored cppdap library that we don't yet have a recipe for. Signed-off-by: Ross Burton --- meta/recipes-devtools/cmake/cmake-native_4.2.3.bb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/meta/recipes-devtools/cmake/cmake-native_4.2.3.bb b/meta/rec= ipes-devtools/cmake/cmake-native_4.2.3.bb index 0845be49e57..a4d53274381 100644 --- a/meta/recipes-devtools/cmake/cmake-native_4.2.3.bb +++ b/meta/recipes-devtools/cmake/cmake-native_4.2.3.bb @@ -9,7 +9,7 @@ SRC_URI +=3D "file://OEToolchainConfig.cmake \ file://0002-CMakeLists.txt-disable-USE_NGHTTP2.patch \ " =20 -LICENSE:append =3D " & BSD-1-Clause & MIT & BSD-2-Clause & curl" +LICENSE:append =3D " & BSD-1-Clause & MIT & BSD-2-Clause & curl & Apache= -2.0" LIC_FILES_CHKSUM:append =3D " \ file://Utilities/cmjsoncpp/LICENSE;md5=3D5d73c165a0f9e86a1342f32d19e= c5926 \ file://Utilities/cmlibarchive/COPYING;md5=3D7ce08437ff7f5e24d72e6663= 13ae4084 \ @@ -17,6 +17,7 @@ LIC_FILES_CHKSUM:append =3D " \ file://Utilities/cmlibrhash/COPYING;md5=3Da8c2a557a5c53b1c12cddbee98= c099af \ file://Utilities/cmlibuv/LICENSE;md5=3Dad93ca1fffe931537fcf64f6fcce0= 84d \ file://Utilities/cmcurl/COPYING;md5=3D72f4e9890e99e68d77b7e40703d789= b8 \ + file://Utilities/cmcppdap/LICENSE;md5=3D3b83ef96387f14655fc854ddc3c6= bd57 \ " =20 B =3D "${WORKDIR}/build" --=20 2.43.0