From patchwork Mon Jun 22 13:24:13 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ross Burton X-Patchwork-Id: 90642 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 2ACA8CD98F2 for ; Mon, 22 Jun 2026 13:24:26 +0000 (UTC) Received: from foss.arm.com (foss.arm.com [217.140.110.172]) by mx.groups.io with SMTP id smtpd.msgproc02-g2.43083.1782134660782167037 for ; Mon, 22 Jun 2026 06:24:21 -0700 Authentication-Results: mx.groups.io; dkim=fail reason="dkim: body hash did not verify" header.i=@arm.com header.s=foss header.b=WlHMY/Hn; 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 76A251BF7 for ; Mon, 22 Jun 2026 06:24:15 -0700 (PDT) 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 A205C3F62B for ; Mon, 22 Jun 2026 06:24:19 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=arm.com; s=foss; t=1782134660; bh=eXg088RPRKKu2ipIXzjz+DsnqqklGgg+JnzOTZ/shys=; h=From:To:Subject:Date:From; b=WlHMY/Hnjz6PnE03vNPwHEO32hg75SW/ZVN4OsG4bXD/NkpB1Ix9NA5AlIWKqwNb8 Zndh+4nTe84wJui+n6+8/qb3z/2eGQJcxEjsvezmHaI7y54gSgmdNd9ecbhmOOu4II w9BXTbRV1FnVEGb4FGmPeAQ5t2X+mmjuBrpB4FTM= From: Ross Burton To: openembedded-core@lists.openembedded.org Subject: [PATCH] libjitterentropy: fix license statement Date: Mon, 22 Jun 2026 14:24:13 +0100 Message-ID: <20260622132413.2346201-1-ross.burton@arm.com> X-Mailer: git-send-email 2.43.0 MIME-Version: 1.0 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, 22 Jun 2026 13:24:26 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/239296 LICENSE clearly states the alternative to BSD is GPL-2.0-only: ALTERNATIVELY, this product may be distributed under the terms of the GNU General Public License, in which case the provisions of the GPL2 are required INSTEAD OF the above restrictions. Use GPL-2.0-only, and reorder to match. Signed-off-by: Ross Burton --- .../recipes-support/libjitterentropy/libjitterentropy_3.6.3.bb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/meta/recipes-support/libjitterentropy/libjitterentropy_3.6.3.bb b/meta/recipes-support/libjitterentropy/libjitterentropy_3.6.3.bb index 7890dfa5c70..d119d8432be 100644 --- a/meta/recipes-support/libjitterentropy/libjitterentropy_3.6.3.bb +++ b/meta/recipes-support/libjitterentropy/libjitterentropy_3.6.3.bb @@ -4,7 +4,7 @@ It does not depend on any system resource other than a high-resolution time \ stamp. It is a small-scale, yet fast entropy source that is viable in almost \ all environments and on a lot of CPU architectures." HOMEPAGE = "http://www.chronox.de/jent.html" -LICENSE = "GPL-2.0-or-later | BSD-3-Clause" +LICENSE = "BSD-3-Clause | GPL-2.0" LIC_FILES_CHKSUM = "file://LICENSE;md5=e01027c4ad1fe5a4768f8488c945d491 \ file://LICENSE.gplv2;md5=eb723b61539feef013de476e68b5c50a \ file://LICENSE.bsd;md5=66a5cedaf62c4b2637025f049f9b826f \ @@ -23,4 +23,3 @@ do_install () { LIBDIR="${baselib}" \ INSTALL_STRIP="install" } -