From mboxrd@z Thu Jan 1 00:00:00 1970 From: Peter =?utf-8?q?M=C3=BCller?= To: development@lists.ipfire.org Subject: Re: [PATCH 2/2] fmt: Convert from build only to run time also for mpd Date: Thu, 11 Aug 2022 18:28:35 +0000 Message-ID: <9628713e-8bc3-27d8-e479-d3e2a6a428fe@ipfire.org> In-Reply-To: <20220811122921.3499697-2-adolf.belka@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0798120691779813028==" List-Id: --===============0798120691779813028== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Reviewed-by: Peter M=C3=BCller > - 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 >=20 > Fixes: Bug#12909 > Signed-off-by: Adolf Belka > --- > config/rootfiles/{common =3D> packages}/fmt | 4 ++-- > lfs/fmt | 7 +++++++ > 2 files changed, 9 insertions(+), 2 deletions(-) > rename config/rootfiles/{common =3D> packages}/fmt (92%) >=20 > 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 @@ > =20 > include Config > =20 > +SUMMARY =3D Open-source formatting library for C++ > + > VER =3D 8.1.1 > =20 > THISAPP =3D fmt-$(VER) > @@ -31,6 +33,11 @@ DL_FILE =3D $(THISAPP).tar.gz > DL_FROM =3D $(URL_IPFIRE) > DIR_APP =3D $(DIR_SRC)/$(THISAPP) > TARGET =3D $(DIR_INFO)/$(THISAPP) > +PROG =3D fmt > +PAK_VER =3D 1 > +SUP_ARCH =3D aarch64 armv6l x86_64 > + > +DEPS =3D=20 > =20 > ##########################################################################= ##### > # Top-level Rules --===============0798120691779813028==--