* [PATCH] parted: Update LFS to reflect that parted is no longer an addon
@ 2022-08-01 16:02 Adolf Belka
2022-08-02 14:24 ` Peter Müller
0 siblings, 1 reply; 2+ messages in thread
From: Adolf Belka @ 2022-08-01 16:02 UTC (permalink / raw)
To: development
[-- Attachment #1: Type: text/plain, Size: 1164 bytes --]
- 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(a)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
###############################################################################
--
2.37.1
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH] parted: Update LFS to reflect that parted is no longer an addon
2022-08-01 16:02 [PATCH] parted: Update LFS to reflect that parted is no longer an addon Adolf Belka
@ 2022-08-02 14:24 ` Peter Müller
0 siblings, 0 replies; 2+ messages in thread
From: Peter Müller @ 2022-08-02 14:24 UTC (permalink / raw)
To: development
[-- Attachment #1: Type: text/plain, Size: 1282 bytes --]
Reviewed-by: Peter Müller <peter.mueller(a)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(a)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
> ###############################################################################
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2022-08-02 14:24 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-08-01 16:02 [PATCH] parted: Update LFS to reflect that parted is no longer an addon Adolf Belka
2022-08-02 14:24 ` Peter Müller
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox