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] parted: Update LFS to reflect that parted is no longer an addon Date: Tue, 02 Aug 2022 14:24:28 +0000 Message-ID: <0ff2f245-63cd-229b-66c8-4507600dafbe@ipfire.org> In-Reply-To: <20220801160211.3680701-1-adolf.belka@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============7259970415824043077==" List-Id: --===============7259970415824043077== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Reviewed-by: Peter M=C3=BCller > - In 2018 parted was moved from being an addon to being a core program > - The rootfile was moved from rootfiles/packages/ to rootfiles/common/ > - The LFS was not updated to remove the PAK_VER etc elements. > - This patch adjusts the LFS file to be in line with being a core program >=20 > Signed-off-by: Adolf Belka > --- > lfs/parted | 9 --------- > 1 file changed, 9 deletions(-) >=20 > diff --git a/lfs/parted b/lfs/parted > index 78914aa98..ced655af9 100644 > --- a/lfs/parted > +++ b/lfs/parted > @@ -34,12 +34,6 @@ DL_FROM =3D $(URL_IPFIRE) > DIR_APP =3D $(DIR_SRC)/$(THISAPP) > TARGET =3D $(DIR_INFO)/$(THISAPP) > =20 > -PROG =3D parted > -PAK_VER =3D 5 > - > -DEPS =3D > - > -SERVICES =3D > =20 > ##########################################################################= ##### > # Top-level Rules > @@ -59,9 +53,6 @@ download :$(patsubst %,$(DIR_DL)/%,$(objects)) > =20 > b2 : $(subst %,%_BLAKE2,$(objects)) > =20 > -dist: > - @$(PAK) > - > ##########################################################################= ##### > # Downloading, checking, b2sum > ##########################################################################= ##### --===============7259970415824043077==--