From patchwork Thu Aug 11 12:29:21 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 5857 Return-Path: Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4M3R2h1MdZz40Wj for ; Thu, 11 Aug 2022 12:29:48 +0000 (UTC) Received: from mail02.haj.ipfire.org (mail02.haj.ipfire.org [172.28.1.201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail02.haj.ipfire.org", Issuer "R3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4M3R2g3KGgzdk; Thu, 11 Aug 2022 12:29:47 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4M3R2g3NRRz2yF8; Thu, 11 Aug 2022 12:29:47 +0000 (UTC) Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4M3R2f17Rhz2yF8 for ; Thu, 11 Aug 2022 12:29:46 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) server-digest SHA384) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4M3R2d6DvJzM6; Thu, 11 Aug 2022 12:29:45 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1660220985; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=Kl1tUtnRBGCx2gbQtEAeXOYSRtInK1oUn3fxUVY8NYw=; b=oIUNnqr1y7O5f2E/l1BqlvPQ4DBrZ/g8m6JkHKuOt5bwgZ5K4gWQGVBdGVQTr36LCRKpMZ R/vU0huJ8rJY3zAw== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1660220985; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=Kl1tUtnRBGCx2gbQtEAeXOYSRtInK1oUn3fxUVY8NYw=; b=u3rolo7WRmgZ7dCR6CNebO5verBEOcnpNt1LWqnNdtQJPNYShAqCK6ssxkIijabrodzQ4H sO8NdCZKJ00aGZzmTw+UOFcAwc9GSkAZN90pSKsUtHyu5w5wmApytvRWTRK2t76u7Etu23 nuJ+Msn1g30t/FTSWbD5UL5TJw+TgTj6QymWzoPIGT25e92axRcooXJ493xXjJNzOqcw8F gkcv1w1lGr8zPQEif0UFeTS2P8M12YGdOg1Mmce6eR1a8D3HDE8Zr5nASOLsVDZMO+JDlz ZEMfiiRaABVBvvDaay6JkNOgRPflh8U+BZU6o1FzCCitsj0rq9yM9OM7UkBFvw== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH 2/2] fmt: Convert from build only to run time also for mpd Date: Thu, 11 Aug 2022 14:29:21 +0200 Message-Id: <20220811122921.3499697-2-adolf.belka@ipfire.org> In-Reply-To: <20220811122921.3499697-1-adolf.belka@ipfire.org> References: <20220811122921.3499697-1-adolf.belka@ipfire.org> MIME-Version: 1.0 X-BeenThere: development@lists.ipfire.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: IPFire development talk List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: development-bounces@lists.ipfire.org Sender: "Development" - libfmt required in run time by mpd - mpd changelog specifically said fmt was a build only dependency - Bug#12909 flagged up that fmt was also a run time dependency for mpd Fixes: Bug#12909 Signed-off-by: Adolf Belka Reviewed-by: Peter Müller --- config/rootfiles/{common => packages}/fmt | 4 ++-- lfs/fmt | 7 +++++++ 2 files changed, 9 insertions(+), 2 deletions(-) rename config/rootfiles/{common => packages}/fmt (92%) diff --git a/config/rootfiles/common/fmt b/config/rootfiles/packages/fmt similarity index 92% rename from config/rootfiles/common/fmt rename to config/rootfiles/packages/fmt index d9067f14a..ab97316a2 100644 --- a/config/rootfiles/common/fmt +++ b/config/rootfiles/packages/fmt @@ -18,6 +18,6 @@ #usr/lib/cmake/fmt/fmt-targets-release.cmake #usr/lib/cmake/fmt/fmt-targets.cmake #usr/lib/libfmt.so -#usr/lib/libfmt.so.8 -#usr/lib/libfmt.so.8.1.1 +usr/lib/libfmt.so.8 +usr/lib/libfmt.so.8.1.1 #usr/lib/pkgconfig/fmt.pc diff --git a/lfs/fmt b/lfs/fmt index 754de03b1..9f36e4942 100644 --- a/lfs/fmt +++ b/lfs/fmt @@ -24,6 +24,8 @@ include Config +SUMMARY = Open-source formatting library for C++ + VER = 8.1.1 THISAPP = fmt-$(VER) @@ -31,6 +33,11 @@ DL_FILE = $(THISAPP).tar.gz DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) +PROG = fmt +PAK_VER = 1 +SUP_ARCH = aarch64 armv6l x86_64 + +DEPS = ############################################################################### # Top-level Rules