parted: Update LFS to reflect that parted is no longer an addon

Message ID 20220801160211.3680701-1-adolf.belka@ipfire.org
State Accepted
Commit b07b7c8dc38851e02d304de9ad8c941c37919f2c
Headers
Series parted: Update LFS to reflect that parted is no longer an addon |

Commit Message

Adolf Belka Aug. 1, 2022, 4:02 p.m. UTC
  - 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>
---
 lfs/parted | 9 ---------
 1 file changed, 9 deletions(-)
  

Comments

Peter Müller Aug. 2, 2022, 2:24 p.m. UTC | #1
Reviewed-by: Peter Müller <peter.mueller@ipfire.org>

> - 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>
> ---
>  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    = $(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
>  ###############################################################################
  

Patch

diff --git a/lfs/parted b/lfs/parted
index 78914aa98..ced655af9 100644
--- a/lfs/parted
+++ b/lfs/parted
@@ -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
 ###############################################################################