From patchwork Sat Jun 5 09:08:49 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Bernd Kuhls X-Patchwork-Id: 1488196 Return-Path: X-Original-To: incoming-buildroot@patchwork.ozlabs.org Delivered-To: patchwork-incoming-buildroot@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=busybox.net (client-ip=140.211.166.138; helo=smtp1.osuosl.org; envelope-from=buildroot-bounces@busybox.net; receiver=) Received: from smtp1.osuosl.org (smtp1.osuosl.org [140.211.166.138]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 4Fxv2c1Mgsz9sRK for ; Sat, 5 Jun 2021 19:09:12 +1000 (AEST) Received: from localhost (localhost [127.0.0.1]) by smtp1.osuosl.org (Postfix) with ESMTP id 6DE6482F6F; Sat, 5 Jun 2021 09:09:10 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from smtp1.osuosl.org ([127.0.0.1]) by localhost (smtp1.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id HNtge3PEtXlN; Sat, 5 Jun 2021 09:09:06 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by smtp1.osuosl.org (Postfix) with ESMTP id C4B3982F8B; Sat, 5 Jun 2021 09:09:05 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from smtp3.osuosl.org (smtp3.osuosl.org [140.211.166.136]) by ash.osuosl.org (Postfix) with ESMTP id 822F31BF29E for ; Sat, 5 Jun 2021 09:09:04 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp3.osuosl.org (Postfix) with ESMTP id 70492606B4 for ; Sat, 5 Jun 2021 09:09:04 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from smtp3.osuosl.org ([127.0.0.1]) by localhost (smtp3.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Ac81hHJQNG90 for ; Sat, 5 Jun 2021 09:09:00 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.8.0 Received: from mailout06.t-online.de (mailout06.t-online.de [194.25.134.19]) by smtp3.osuosl.org (Postfix) with ESMTPS id 1B2FE6068F for ; Sat, 5 Jun 2021 09:08:59 +0000 (UTC) Received: from fwd32.aul.t-online.de (fwd32.aul.t-online.de [172.20.26.144]) by mailout06.t-online.de (Postfix) with SMTP id C613B54C04; Sat, 5 Jun 2021 11:08:55 +0200 (CEST) Received: from fli4l.lan.fli4l (ZZ+PkuZOohLQjb+6ZCIpSGFBpgI2n+C1MW+oV0MPI5AZxquibiJeFGazfnflJf3w7H@[79.214.203.81]) by fwd32.t-online.de with (TLSv1:ECDHE-RSA-AES256-SHA encrypted) esmtp id 1lpSIU-0SUD8C0; Sat, 5 Jun 2021 11:08:50 +0200 Received: from mahler.lan.fli4l ([192.168.1.1]:58940) by fli4l.lan.fli4l with esmtp (Exim 4.94.2) (envelope-from ) id 1lpSIT-0004K9-HW; Sat, 05 Jun 2021 11:08:49 +0200 From: Bernd Kuhls To: buildroot@buildroot.org Date: Sat, 5 Jun 2021 11:08:49 +0200 Message-Id: <20210605090849.270654-1-bernd.kuhls@t-online.de> X-Mailer: git-send-email 2.29.2 MIME-Version: 1.0 X-ID: ZZ+PkuZOohLQjb+6ZCIpSGFBpgI2n+C1MW+oV0MPI5AZxquibiJeFGazfnflJf3w7H X-TOI-EXPURGATEID: 150726::1622884130-00006026-8FBAE15D/0/0 CLEAN NORMAL X-TOI-MSGID: fb1e9a1a-7593-4b0f-b69e-ccc906e8e68f Subject: [Buildroot] [PATCH 1/1] package/efibootmgr: fix comment 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: , Errors-To: buildroot-bounces@busybox.net Sender: "buildroot" Building efibootmgr with a musl toolchain is possible. Signed-off-by: Bernd Kuhls --- package/efibootmgr/Config.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/efibootmgr/Config.in b/package/efibootmgr/Config.in index d31f9b13ee..98ff71c996 100644 --- a/package/efibootmgr/Config.in +++ b/package/efibootmgr/Config.in @@ -15,7 +15,7 @@ config BR2_PACKAGE_EFIBOOTMGR https://github.com/rhboot/efibootmgr -comment "efibootmgr needs a glibc or uClibc toolchain w/ dynamic library, headers >= 3.12, gcc >= 4.9" +comment "efibootmgr needs a toolchain w/ dynamic library, headers >= 3.12, gcc >= 4.9" depends on BR2_PACKAGE_EFIVAR_ARCH_SUPPORTS depends on BR2_STATIC_LIBS || \ !BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_12 || \