From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Mon, 11 Mar 2024 08:43:51 +0100 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 1rjaK7-000jRe-0n for lore@lore.pengutronix.de; Mon, 11 Mar 2024 08:43:51 +0100 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 1rjaK7-00070r-1t; Mon, 11 Mar 2024 08:43:51 +0100 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 1rjaJi-00070g-RS for ptxdist@pengutronix.de; Mon, 11 Mar 2024 08:43:27 +0100 X-cab-MailScanner-Watermark: 1710747804.49333@GpTZI3Di94SouzkPRt/Owg X-cab-MailScanner-From: m.heidelberg@cab.de X-cab-MailScanner: Found to be clean X-cab-MailScanner-ID: F0A98120118.A9421 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 F0A98120118 for ; Mon, 11 Mar 2024 08:43:22 +0100 (CET) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.cab.de F0A98120118 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 F0A98120118 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.4; Mon, 11 Mar 2024 08:43:21 +0100 From: Markus Heidelberg To: Date: Mon, 11 Mar 2024 08:43:05 +0100 Message-ID: <20240311074308.34315-1-m.heidelberg@cab.de> X-Mailer: git-send-email 2.34.1 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.5 required=4.0 tests=AWL,BAYES_00,SPF_HELO_PASS, SPF_PASS,T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.2 Subject: [ptxdist] [PATCH 0/3] Fix U-Boot build with missing host libs 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 I wasn't sure whether https://www.ptxdist.org/doc/contributing.html#package-builds-should-be-reproducible also applies to host packages, but probably yes, so followed that rule for both nettle and gnutls. Markus Heidelberg (3): host-nettle: new package host-gnutls: new package u-boot: new options to select host-gnutls and host-libuuid platforms/u-boot.in | 22 +++++++++- rules/host-gnutls.in | 7 ++++ rules/host-gnutls.make | 95 ++++++++++++++++++++++++++++++++++++++++++ rules/host-nettle.in | 5 +++ rules/host-nettle.make | 45 ++++++++++++++++++++ 5 files changed, 173 insertions(+), 1 deletion(-) create mode 100644 rules/host-gnutls.in create mode 100644 rules/host-gnutls.make create mode 100644 rules/host-nettle.in create mode 100644 rules/host-nettle.make -- 2.34.1