From cb170abd3bfe5902e4cfd9fd85e70841da5ecb3a Mon Sep 17 00:00:00 2001 From: Adolf Belka Date: Thu, 11 Aug 2022 14:29:21 +0200 Subject: [PATCH] fmt: Convert from build only to run time also for mpd MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit - 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 8fbb8a7bde..af371d939b 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.9 -#usr/lib/libfmt.so.9.0.0 +usr/lib/libfmt.so.9 +usr/lib/libfmt.so.9.0.0 #usr/lib/pkgconfig/fmt.pc diff --git a/lfs/fmt b/lfs/fmt index 89bcc9818e..1ef96a501e 100644 --- a/lfs/fmt +++ b/lfs/fmt @@ -24,6 +24,8 @@ include Config +SUMMARY = Open-source formatting library for C++ + VER = 9.0.0 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 -- 2.39.5