From patchwork Mon Aug 1 16:02:11 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 5803 Return-Path: Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4LxNDX2pnPz3x7M for ; Mon, 1 Aug 2022 16:02:20 +0000 (UTC) Received: from mail02.haj.ipfire.org (mail02.haj.ipfire.org [172.28.1.201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail02.haj.ipfire.org", Issuer "R3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4LxNDV6sQjz5RW; Mon, 1 Aug 2022 16:02:18 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4LxNDV58PTz2yTY; Mon, 1 Aug 2022 16:02:18 +0000 (UTC) Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4LxNDS67Gwz2xWS for ; Mon, 1 Aug 2022 16:02:16 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) server-digest SHA384) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4LxNDS2SLGz14t; Mon, 1 Aug 2022 16:02:16 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1659369736; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=nthIxpsU+7m/catwjcNZ9lnq3GzDDy95IdxDnJ3hMvk=; b=VRolEVzn2M3fuKKppNDvoBGDSgRnNs+qZZcpa6vomULg8LboZChy1ibq19eDSYFqKRy/eW 93MApHRJ9Suw8XBQ== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1659369736; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=nthIxpsU+7m/catwjcNZ9lnq3GzDDy95IdxDnJ3hMvk=; b=CpZniHR55auScHiGSODdWEYnGGociIC2sgOjNKvvgsGKYlvpuQRR47mvgHdqgTv//kYWBZ w3ezvb38d/6jX8uG3OjBVvwShxgrXIXla9Xv5O4BqztbYdi19/GnhBrxwAoruWhxWHtQRp N2YJLf5THfdEyOap2NO2b8EAt/NTQengj5NRwq4FhVE5waAda1nmtZvNDzgSPFqLy7rQi/ Px+hxx920JvoiSao/S0D17eJ6oqhYVqgvV10W4jP6GlCu9tuRtBVHzDBRZUzA99Q+31ho0 QdTk5E8AgriPknX3yf2NbX7k96JJrry4EEJOi/D5UKM3RPf2cXJnWpL6IuNFew== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH] parted: Update LFS to reflect that parted is no longer an addon Date: Mon, 1 Aug 2022 18:02:11 +0200 Message-Id: <20220801160211.3680701-1-adolf.belka@ipfire.org> MIME-Version: 1.0 X-BeenThere: development@lists.ipfire.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: IPFire development talk List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: development-bounces@lists.ipfire.org Sender: "Development" - 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 Reviewed-by: Peter Müller --- 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 ###############################################################################