From patchwork Wed Feb 7 21:04:05 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Denys Dmytriyenko X-Patchwork-Id: 39005 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 A07D3C4828F for ; Wed, 7 Feb 2024 21:04:21 +0000 (UTC) Received: from mailout4.zoneedit.com (mailout4.zoneedit.com [64.68.198.64]) by mx.groups.io with SMTP id smtpd.web10.1416.1707339850696805024 for ; Wed, 07 Feb 2024 13:04:11 -0800 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 892E440C88 for ; Wed, 7 Feb 2024 21:04:09 +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 S4cEbAx8Ci1D for ; Wed, 7 Feb 2024 21:04:09 +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 76E1D40BA8 for ; Wed, 7 Feb 2024 21:04:08 +0000 (UTC) Received: from thorin.han-sole.ts.net (thorin.denix [192.168.30.9]) by mail.denix.org (Postfix) with ESMTP id EDF33163DFE; Wed, 7 Feb 2024 16:04:07 -0500 (EST) From: Denys Dmytriyenko To: yocto@lists.yoctoproject.org Cc: Denys Dmytriyenko Subject: [meta-selinux][PATCH] rpm: drop PACKAGECONFIG Date: Wed, 7 Feb 2024 16:04:05 -0500 Message-Id: <20240207210405.500713-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 ; Wed, 07 Feb 2024 21:04:21 -0000 X-Groupsio-URL: https://lists.yoctoproject.org/g/yocto/message/62421 Version 4.19 has migrated from autoconf to CMake, so old PACKAGECONFIG no longer works. Moreover, OE-Core now defines PACKAGECONFIG for selinux. https://git.openembedded.org/openembedded-core/commit/?id=38549d462b399e3a63335f60a44c8bbced98639a Signed-off-by: Denys Dmytriyenko --- recipes-devtools/rpm/rpm_selinux.inc | 1 - 1 file changed, 1 deletion(-) diff --git a/recipes-devtools/rpm/rpm_selinux.inc b/recipes-devtools/rpm/rpm_selinux.inc index b6e0e7c..8c11cac 100644 --- a/recipes-devtools/rpm/rpm_selinux.inc +++ b/recipes-devtools/rpm/rpm_selinux.inc @@ -1,2 +1 @@ inherit enable-selinux -PACKAGECONFIG[selinux] = "--with-selinux,--without-selinux,libselinux"