From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from out3-smtp.messagingengine.com (out3-smtp.messagingengine.com [66.111.4.27]) by mx.groups.io with SMTP id smtpd.web11.122319.1680666399448963426 for ; Tue, 04 Apr 2023 20:46:39 -0700 Authentication-Results: mx.groups.io; dkim=fail reason="signature has expired" header.i=@bsdio.com header.s=fm3 header.b=P7ZP6OLh; spf=pass (domain: bsdio.com, ip: 66.111.4.27, mailfrom: rebecca@bsdio.com) Received: from compute4.internal (compute4.nyi.internal [10.202.2.44]) by mailout.nyi.internal (Postfix) with ESMTP id C23BD5C024D; Tue, 4 Apr 2023 23:46:38 -0400 (EDT) Received: from mailfrontend2 ([10.202.2.163]) by compute4.internal (MEProxy); Tue, 04 Apr 2023 23:46:38 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bsdio.com; h=cc :cc:content-transfer-encoding:content-type:date:date:from:from :in-reply-to:message-id:mime-version:reply-to:sender:subject :subject:to:to; s=fm3; t=1680666398; x=1680752798; bh=NITeLc3Vji mPi75l+ZTpXjQArE/2MjCbwSJCPwnzjhU=; b=P7ZP6OLhGq3E3rvG2pkh7WAw7f d5YkM8CIP4GINB2vwv+hWxpT5komZjxf2u8GgyDGAru2DtxasQTjD9t8OeNmKB5o 2jAi6lUUfQjHYwISav7UuRKDwzFii5HFwaDMvgbvuA9zNBUScKfD0sSRpdTGG+GC QicEAK/8a1EStyCXBu/TfG339znEBk5XumAoTY296m50FJbGyz00Bws8pafrzsDl 4MAIvEbAdpUOaCcwmgRmitXU6ONi+X86GT1Mw8NuYw8RMQ/xVLm6z7U2Q+7WYQUW D40XutyA2Ry7l0Y+DiN8a5WfvU7LTy24VpdzJi48/dcxzq13IOflMHZ+Y+jQ== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:cc:content-transfer-encoding :content-type:date:date:feedback-id:feedback-id:from:from :in-reply-to:message-id:mime-version:reply-to:sender:subject :subject:to:to:x-me-proxy:x-me-proxy:x-me-sender:x-me-sender :x-sasl-enc; s=fm2; t=1680666398; x=1680752798; bh=NITeLc3VjimPi 75l+ZTpXjQArE/2MjCbwSJCPwnzjhU=; b=eyJC3Mx5no5jtRGArbK0Zz3D1plFB YjWu7P7LqGfa7yna+9+wAaHhWpMYi3a+bq2yE7EVBtTlXf/Ki0r1eFHNLoQ7e7E1 eg8hCI40lG2bPeDDSptNxUHSyH2JvCwhvzEJDKJLDWLAbR8XeKaIVvqLAV5WcRCs 9jQrcMkbj5SeD2haz4inW5eceNlH+G+pH5zdow/Ysm33OIGh6yysqSx9wPyWMrZg ft0BcW9LI1GfIPQh8LNLSy59ePUdeGT2LP4zHAjSyDSo8rX4N8E05wDTj8xMlhIx /AZqmIkrigjuJ9ezOjjJIsAmFyRUsGU0337Cdqmwqvys4CnT0SODUbOLA== X-ME-Sender: X-ME-Received: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedvhedrvdejtddgjeefucetufdoteggodetrfdotf fvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdfqfgfvpdfurfetoffkrfgpnffqhgen uceurghilhhouhhtmecufedttdenucesvcftvggtihhpihgvnhhtshculddquddttddmne cujfgurhephffvvefufffkofgggfestdekredtredttdenucfhrhhomheptfgvsggvtggt rgcuvehrrghnuceorhgvsggvtggtrgessghsughiohdrtghomheqnecuggftrfgrthhtvg hrnhepuedvkedtleekueekgfejjeettefftdduiefffeehveefgfevueelgffhleelgfdv necuvehluhhsthgvrhfuihiivgeptdenucfrrghrrghmpehmrghilhhfrhhomheprhgvsg gvtggtrgessghsughiohdrtghomh X-ME-Proxy: Feedback-ID: i5b994698:Fastmail Received: by mail.messagingengine.com (Postfix) with ESMTPA; Tue, 4 Apr 2023 23:46:37 -0400 (EDT) From: "Rebecca Cran" To: devel@edk2.groups.io, Andrew Fish , Leif Lindholm , Michael D Kinney , Sean Brogan , Michael Kubacki Cc: Rebecca Cran Subject: [PATCH 1/1] pip-requirements.txt: bump edk2-basetools to 0.1.43 Date: Tue, 4 Apr 2023 21:46:35 -0600 Message-Id: <20230405034635.2214176-1-rebecca@bsdio.com> X-Mailer: git-send-email 2.34.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Bump the version of edk2-basetools in pip-requirements.txt to 0.1.43. This version contains the update to generate makefiles with both CFLAGS and BUILD_CFLAGS. Signed-off-by: Rebecca Cran --- pip-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pip-requirements.txt b/pip-requirements.txt index 3c3bf921dd83..b71e5c4015b7 100644 --- a/pip-requirements.txt +++ b/pip-requirements.txt @@ -14,7 +14,7 @@ edk2-pytool-library==0.14.0 edk2-pytool-extensions~=0.21.8 -edk2-basetools==0.1.39 +edk2-basetools==0.1.43 antlr4-python3-runtime==4.7.1 lcov-cobertura==2.0.2 -- 2.34.1