From patchwork Tue Apr 27 18:19:32 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Bartosz Bilas X-Patchwork-Id: 1470846 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.137; helo=smtp4.osuosl.org; envelope-from=buildroot-bounces@busybox.net; receiver=) Received: from smtp4.osuosl.org (smtp4.osuosl.org [140.211.166.137]) (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 4FV9Fb6NdNz9sW4 for ; Wed, 28 Apr 2021 04:26:27 +1000 (AEST) Received: from localhost (localhost [127.0.0.1]) by smtp4.osuosl.org (Postfix) with ESMTP id E946940640; Tue, 27 Apr 2021 18:26:24 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from smtp4.osuosl.org ([127.0.0.1]) by localhost (smtp4.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id H_RLqfkQFTBO; Tue, 27 Apr 2021 18:26:24 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by smtp4.osuosl.org (Postfix) with ESMTP id 32C7040630; Tue, 27 Apr 2021 18:26:23 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from smtp1.osuosl.org (smtp1.osuosl.org [140.211.166.138]) by ash.osuosl.org (Postfix) with ESMTP id B5E7B1C119D for ; Tue, 27 Apr 2021 18:26:21 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp1.osuosl.org (Postfix) with ESMTP id A528183D54 for ; Tue, 27 Apr 2021 18:26:21 +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 wuazSbVj4Qeg for ; Tue, 27 Apr 2021 18:26:20 +0000 (UTC) X-Greylist: delayed 00:06:40 by SQLgrey-1.8.0 Received: from mail.grinn-global.com (mail.grinn-global.com [77.55.128.204]) by smtp1.osuosl.org (Postfix) with ESMTPS id 4C28383D53 for ; Tue, 27 Apr 2021 18:26:20 +0000 (UTC) X-Virus-Scanned: by amavisd-new using ClamAV (1) Received: from bartekk-pc.lan (host-81-161-202-62.oxylion.net.pl [81.161.202.62]) by server220076.nazwa.pl (Postfix) with ESMTP id 70F2813C638; Tue, 27 Apr 2021 20:19:34 +0200 (CEST) From: Bartosz Bilas To: buildroot@buildroot.org Date: Tue, 27 Apr 2021 20:19:32 +0200 Message-Id: <20210427181932.5284-1-b.bilas@grinn-global.com> X-Mailer: git-send-email 2.31.1 MIME-Version: 1.0 Subject: [Buildroot] [PATCH] package/fmt: get rid of extra space 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: Bartosz Bilas , fontaine.fabrice@gmail.com Errors-To: buildroot-bounces@busybox.net Sender: "buildroot" Commit 32c10f256bbc3dd09a72d45107682afb4448f07b introduced extra space so let's remove that in order to be consistent with other variables. Signed-off-by: Bartosz Bilas --- package/fmt/fmt.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/fmt/fmt.mk b/package/fmt/fmt.mk index 7ea7b9d69c..332957982f 100644 --- a/package/fmt/fmt.mk +++ b/package/fmt/fmt.mk @@ -9,7 +9,7 @@ FMT_SITE = https://github.com/fmtlib/fmt/releases/download/$(FMT_VERSION) FMT_SOURCE = fmt-$(FMT_VERSION).zip FMT_LICENSE = MIT with exception FMT_LICENSE_FILES = LICENSE.rst -FMT_CPE_ID_VENDOR = fmt +FMT_CPE_ID_VENDOR = fmt FMT_INSTALL_STAGING = YES FMT_CONF_OPTS = \