From mboxrd@z Thu Jan 1 00:00:00 1970 From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH] parted: Update LFS to reflect that parted is no longer an addon Date: Mon, 01 Aug 2022 18:02:11 +0200 Message-ID: <20220801160211.3680701-1-adolf.belka@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============5943367118241181242==" List-Id: --===============5943367118241181242== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable - 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 Signed-off-by: Adolf Belka --- lfs/parted | 9 --------- 1 file changed, 9 deletions(-) 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 ############################################################################= ### --=20 2.37.1 --===============5943367118241181242==--