]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/commitdiff
parted: Update LFS to reflect that parted is no longer an addon
authorAdolf Belka <adolf.belka@ipfire.org>
Mon, 1 Aug 2022 16:02:11 +0000 (18:02 +0200)
committerPeter Müller <peter.mueller@ipfire.org>
Tue, 2 Aug 2022 15:10:50 +0000 (15:10 +0000)
- 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 <adolf.belka@ipfire.org>
Reviewed-by: Peter Müller <peter.mueller@ipfire.org>
lfs/parted

index 78914aa98ba0a462fd3b8b50cf805899ab5f79f0..ced655af9d83fabb4fe2a43c0906b3e1e0dcfb75 100644 (file)
@@ -34,12 +34,6 @@ DL_FROM    = $(URL_IPFIRE)
 DIR_APP    = $(DIR_SRC)/$(THISAPP)
 TARGET     = $(DIR_INFO)/$(THISAPP)
 
-PROG       = parted
-PAK_VER    = 5
-
-DEPS       =
-
-SERVICES   =
 
 ###############################################################################
 # Top-level Rules
@@ -59,9 +53,6 @@ download :$(patsubst %,$(DIR_DL)/%,$(objects))
 
 b2 : $(subst %,%_BLAKE2,$(objects))
 
-dist:
-       @$(PAK)
-
 ###############################################################################
 # Downloading, checking, b2sum
 ###############################################################################