From patchwork Thu Jun 15 16:12:44 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Remi Peuvergne X-Patchwork-Id: 25825 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 C4D8FEB64D7 for ; Fri, 16 Jun 2023 08:44:01 +0000 (UTC) Received: from smtp3-g21.free.fr (smtp3-g21.free.fr [212.27.42.3]) by mx.groups.io with SMTP id smtpd.web11.3182.1686899700480106441 for ; Fri, 16 Jun 2023 00:15:00 -0700 Authentication-Results: mx.groups.io; dkim=missing; spf=permerror, err=parse error for token &{10 18 %{i}._ip.%{h}._ehlo.%{d}._spf.vali.email}: invalid domain name (domain: non.se.com, ip: 212.27.42.3, mailfrom: remi.peuvergne@non.se.com) Received: from localhost.localdomain (unknown [176.157.204.145]) (Authenticated sender: rpeuvergne@free.fr) by smtp3-g21.free.fr (Postfix) with ESMTPSA id B3D6213F89C; Fri, 16 Jun 2023 09:14:56 +0200 (CEST) From: "Remi Peuvergne" To: openembedded-devel@lists.openembedded.org Cc: Remi Peuvergne Subject: [meta-oe][PATCH v2] zeromq: consider license exception over LGPL-3.0 Date: Thu, 15 Jun 2023 18:12:44 +0200 Message-Id: <20230615161244.1876491-1-remi.peuvergne@non.se.com> X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 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 ; Fri, 16 Jun 2023 08:44:01 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/103336 Signed-off-by: Remi Peuvergne --- meta-oe/recipes-connectivity/zeromq/zeromq_4.3.4.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-oe/recipes-connectivity/zeromq/zeromq_4.3.4.bb b/meta-oe/recipes-connectivity/zeromq/zeromq_4.3.4.bb index bf25d56ee..cd319b5d3 100644 --- a/meta-oe/recipes-connectivity/zeromq/zeromq_4.3.4.bb +++ b/meta-oe/recipes-connectivity/zeromq/zeromq_4.3.4.bb @@ -1,6 +1,6 @@ DESCRIPTION = "ZeroMQ looks like an embeddable networking library but acts like a concurrency framework" HOMEPAGE = "http://www.zeromq.org" -LICENSE = "LGPL-3.0-or-later" +LICENSE = "LGPL-3.0-with-zeromq-exception" LIC_FILES_CHKSUM = "file://COPYING.LESSER;md5=d5311495d952062e0e4fbba39cbf3de1" PACKAGECONFIG ??= "libsodium"