From patchwork Sun Sep 22 09:06:44 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Thomas Petazzoni X-Patchwork-Id: 1165725 Return-Path: X-Original-To: incoming-buildroot@patchwork.ozlabs.org Delivered-To: patchwork-incoming-buildroot@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (mailfrom) smtp.mailfrom=busybox.net (client-ip=140.211.166.133; helo=hemlock.osuosl.org; envelope-from=buildroot-bounces@busybox.net; receiver=) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=bootlin.com Received: from hemlock.osuosl.org (smtp2.osuosl.org [140.211.166.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 46bhSC6RS8z9sNF for ; Sun, 22 Sep 2019 19:07:55 +1000 (AEST) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id 6FD5386E2C; Sun, 22 Sep 2019 09:07:54 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from hemlock.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id B5bkn6NY1cRf; Sun, 22 Sep 2019 09:07:53 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by hemlock.osuosl.org (Postfix) with ESMTP id DE1AB86E5B; Sun, 22 Sep 2019 09:07:53 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from whitealder.osuosl.org (smtp1.osuosl.org [140.211.166.138]) by ash.osuosl.org (Postfix) with ESMTP id 313841BF423 for ; Sun, 22 Sep 2019 09:07:43 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 26C92854E8 for ; Sun, 22 Sep 2019 09:07:43 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from whitealder.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id skfs6TAdWMUN for ; Sun, 22 Sep 2019 09:07:40 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from relay6-d.mail.gandi.net (relay6-d.mail.gandi.net [217.70.183.198]) by whitealder.osuosl.org (Postfix) with ESMTPS id D26328558D for ; Sun, 22 Sep 2019 09:07:31 +0000 (UTC) X-Originating-IP: 90.76.216.45 Received: from localhost (lfbn-1-2159-45.w90-76.abo.wanadoo.fr [90.76.216.45]) (Authenticated sender: thomas.petazzoni@bootlin.com) by relay6-d.mail.gandi.net (Postfix) with ESMTPSA id C2B07C0005; Sun, 22 Sep 2019 09:07:29 +0000 (UTC) From: Thomas Petazzoni To: Adam Duskett , Clayton Shotwell , Matt Weber , Marcus Folkesson , Buildroot List Date: Sun, 22 Sep 2019 11:06:44 +0200 Message-Id: <20190922090646.15130-29-thomas.petazzoni@bootlin.com> X-Mailer: git-send-email 2.21.0 In-Reply-To: <20190922090646.15130-1-thomas.petazzoni@bootlin.com> References: <20190922090646.15130-1-thomas.petazzoni@bootlin.com> MIME-Version: 1.0 Subject: [Buildroot] [PATCH 28/30] package/policycoreutils: drop !BR2_arc dependency X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.29 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Thomas Petazzoni Errors-To: buildroot-bounces@busybox.net Sender: "buildroot" libsemanage no longer has the !BR2_arc dependency, so we can drop it as well from policycoreutils. In practice, we still can't select policycoreutils on ARC due to BR2_PACKAGE_AUDIT_ARCH_SUPPORTS. Signed-off-by: Thomas Petazzoni --- package/policycoreutils/Config.in | 2 -- 1 file changed, 2 deletions(-) diff --git a/package/policycoreutils/Config.in b/package/policycoreutils/Config.in index 73e86d0bfb..81900b4e41 100644 --- a/package/policycoreutils/Config.in +++ b/package/policycoreutils/Config.in @@ -1,5 +1,4 @@ comment "policycoreutils needs a toolchain w/ threads, dynamic library" - depends on !BR2_arc depends on BR2_PACKAGE_AUDIT_ARCH_SUPPORTS depends on !BR2_TOOLCHAIN_HAS_THREADS || BR2_STATIC_LIBS @@ -8,7 +7,6 @@ config BR2_PACKAGE_POLICYCOREUTILS depends on BR2_PACKAGE_AUDIT_ARCH_SUPPORTS # libsemanage depends on BR2_TOOLCHAIN_HAS_THREADS # libsemanage depends on !BR2_STATIC_LIBS #libsemanage - depends on !BR2_arc # libsemanage select BR2_PACKAGE_LIBSEMANAGE select BR2_PACKAGE_LIBCAP_NG help