From patchwork Tue Jul 16 18:21:41 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Denys Dmytriyenko X-Patchwork-Id: 46528 X-Patchwork-Delegate: reatmon@ti.com 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 744B0C3DA59 for ; Tue, 16 Jul 2024 18:21:56 +0000 (UTC) Received: from mailout4.zoneedit.com (mailout4.zoneedit.com [64.68.198.64]) by mx.groups.io with SMTP id smtpd.web10.3737.1721154105934726575 for ; Tue, 16 Jul 2024 11:21:46 -0700 Authentication-Results: mx.groups.io; dkim=none (message not signed); spf=pass (domain: denix.org, ip: 64.68.198.64, mailfrom: denis@denix.org) Received: from localhost (localhost [127.0.0.1]) by mailout4.zoneedit.com (Postfix) with ESMTP id 050C640B66; Tue, 16 Jul 2024 18:21:45 +0000 (UTC) Received: from mailout4.zoneedit.com ([127.0.0.1]) by localhost (zmo14-pco.easydns.vpn [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 0lGoXda02BCS; Tue, 16 Jul 2024 18:21:44 +0000 (UTC) Received: from mail.denix.org (pool-100-15-87-159.washdc.fios.verizon.net [100.15.87.159]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mailout4.zoneedit.com (Postfix) with ESMTPSA id D881B40301; Tue, 16 Jul 2024 18:21:42 +0000 (UTC) Received: from thorin.han-sole.ts.net (thorin.denix [192.168.30.9]) by mail.denix.org (Postfix) with ESMTP id E6471163FF3; Tue, 16 Jul 2024 14:21:41 -0400 (EDT) From: Denys Dmytriyenko To: meta-arago@lists.yoctoproject.org Cc: Denys Dmytriyenko Subject: [master][PATCH] gnutls: drop unused bbappend Date: Tue, 16 Jul 2024 14:21:41 -0400 Message-Id: <20240716182141.4065850-1-denis@denix.org> 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 ; Tue, 16 Jul 2024 18:21:56 -0000 X-Groupsio-URL: https://lists.yoctoproject.org/g/meta-arago/message/15448 From: Denys Dmytriyenko Upstream gnutls recipe in oe-core used to check INCOMPATIBLE_LICENSE for presence of GPLv3 in order to link to a specific version of gettext. That logic is long since gone and this bbappend is not needed. Signed-off-by: Denys Dmytriyenko --- meta-arago-distro/recipes-support/gnutls/gnutls_%.bbappend | 5 ----- 1 file changed, 5 deletions(-) delete mode 100644 meta-arago-distro/recipes-support/gnutls/gnutls_%.bbappend diff --git a/meta-arago-distro/recipes-support/gnutls/gnutls_%.bbappend b/meta-arago-distro/recipes-support/gnutls/gnutls_%.bbappend deleted file mode 100644 index 4ad4f70a..00000000 --- a/meta-arago-distro/recipes-support/gnutls/gnutls_%.bbappend +++ /dev/null @@ -1,5 +0,0 @@ -PR:append = ".arago0" - -# Set INCOMPATIBLE_LICENSE to GPLv3 to allow gnutls to use the non GPLv2 -# version of gettext. -INCOMPATIBLE_LICENSE = "GPL-3.0*"