From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Tue, 09 Apr 2024 09:38:55 +0200 Received: from metis.whiteo.stw.pengutronix.de ([2a0a:edc0:2:b01:1d::104]) by lore.white.stw.pengutronix.de with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1ru64F-0045lI-26 for lore@lore.pengutronix.de; Tue, 09 Apr 2024 09:38:55 +0200 Received: from localhost ([127.0.0.1] helo=metis.whiteo.stw.pengutronix.de) by metis.whiteo.stw.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1ru64F-0004nJ-1B; Tue, 09 Apr 2024 09:38:55 +0200 Received: from mail.cab.de ([213.144.1.196]) by metis.whiteo.stw.pengutronix.de with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1ru63v-0004n7-KH for ptxdist@pengutronix.de; Tue, 09 Apr 2024 09:38:36 +0200 X-cab-MailScanner-Watermark: 1713253101.97402@H61+PcL2xB7O8fzVDLuZOw X-cab-MailScanner-From: m.heidelberg@cab.de X-cab-MailScanner: Found to be clean X-cab-MailScanner-ID: 46D781207B4.AC834 X-cab-MailScanner-Information: Please contact it@cab.de for more information Received: from Adranos.cab.de (unknown [10.10.1.54]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.cab.de (Postfix) with ESMTPS id 46D781207B4 for ; Tue, 9 Apr 2024 09:38:18 +0200 (CEST) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.cab.de 46D781207B4 Authentication-Results: vulcanos.cab.de; dmarc=none (p=none dis=none) header.from=cab.de Authentication-Results: vulcanos.cab.de; spf=none smtp.mailfrom=M.Heidelberg@cab.de DKIM-Filter: OpenDKIM Filter v2.11.0 mail.cab.de 46D781207B4 Received: from KAN23-025.cab.de (10.10.3.158) by Adranos.cab.de (10.10.1.54) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id 15.2.1544.9; Tue, 9 Apr 2024 09:38:17 +0200 From: Markus Heidelberg To: Date: Tue, 9 Apr 2024 09:37:45 +0200 Message-ID: <20240409073745.1549906-3-m.heidelberg@cab.de> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20240409073745.1549906-1-m.heidelberg@cab.de> References: <20240409073745.1549906-1-m.heidelberg@cab.de> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Content-Type: text/plain X-Originating-IP: [10.10.3.158] X-ClientProxiedBy: Adranos.cab.de (10.10.1.54) To Adranos.cab.de (10.10.1.54) X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on metis.whiteo.stw.pengutronix.de X-Spam-Level: X-Spam-Status: No, score=-1.8 required=4.0 tests=AWL,BAYES_00,SPF_HELO_PASS, SPF_PASS autolearn=ham autolearn_force=no version=3.4.2 Subject: [ptxdist] [PATCH 2/2] Fix duplicated "to to" in texts X-BeenThere: ptxdist@pengutronix.de X-Mailman-Version: 2.1.29 Precedence: list List-Id: PTXdist Development Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: ptxdist@pengutronix.de Cc: Markus Heidelberg Sender: "ptxdist" X-SA-Exim-Connect-IP: 127.0.0.1 X-SA-Exim-Mail-From: ptxdist-bounces@pengutronix.de X-SA-Exim-Scanned: No (on metis.whiteo.stw.pengutronix.de); SAEximRunCond expanded to false Signed-off-by: Markus Heidelberg --- doc/ref_make_variables.rst | 2 +- platforms/image_ipkg.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/ref_make_variables.rst b/doc/ref_make_variables.rst index 6bba9db5d..775ff71be 100644 --- a/doc/ref_make_variables.rst +++ b/doc/ref_make_variables.rst @@ -486,7 +486,7 @@ different. Note that this will not ensure that the packages are enabled or that all all package dependencies are satisfied. ``$(PTX_PACKAGES_INSTALL)`` can be used to specify all enabled packages. Or ``$(call ptx/collection, - $(PTXDIST_WORKSPACE)/configs/)`` can be used to to + $(PTXDIST_WORKSPACE)/configs/)`` can be used to specify the packages enabled by this collection. In both cases ``=`` must be used instead of ``:=`` due to the makefile include order. diff --git a/platforms/image_ipkg.in b/platforms/image_ipkg.in index 106a3cb77..11ddaa9d1 100644 --- a/platforms/image_ipkg.in +++ b/platforms/image_ipkg.in @@ -30,7 +30,7 @@ menuconfig IMAGE_IPKG_SIGN_OPENSSL select HOST_OPENSSL prompt "sign ipkg-repository with openssl" help - Use openssl to to sign the Packages file in the package + Use openssl to sign the Packages file in the package repository. -- 2.34.1