From: Adolf Belka Date: Thu, 11 Aug 2022 12:29:21 +0000 (+0200) Subject: fmt: Convert from build only to run time also for mpd X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=cb170abd3bfe5902e4cfd9fd85e70841da5ecb3a;hp=92e20091663bbcebf8772bd0c9cc92ed5d81db5c;p=people%2Fpmueller%2Fipfire-2.x.git fmt: Convert from build only to run time also for mpd - 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 --- 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