From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from wout1-smtp.messagingengine.com (wout1-smtp.messagingengine.com [64.147.123.24]) by mx.groups.io with SMTP id smtpd.web10.88413.1680565628767728095 for ; Mon, 03 Apr 2023 16:47:09 -0700 Authentication-Results: mx.groups.io; dkim=fail reason="signature has expired" header.i=@bsdio.com header.s=fm3 header.b=V33rdYol; spf=pass (domain: bsdio.com, ip: 64.147.123.24, mailfrom: rebecca@bsdio.com) Received: from compute3.internal (compute3.nyi.internal [10.202.2.43]) by mailout.west.internal (Postfix) with ESMTP id 9BF613200983; Mon, 3 Apr 2023 19:47:07 -0400 (EDT) Received: from mailfrontend1 ([10.202.2.162]) by compute3.internal (MEProxy); Mon, 03 Apr 2023 19:47:08 -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=1680565627; x=1680652027; bh=UPoNl0j5/g /QFlAhU7SpzICpyh0q8yxjW1+qvx6bb1E=; b=V33rdYol/Yf7XpKIDxL0NGcHuZ GQqee/G+aWvxZ2jIaknLfMWUvvD40qGGCWUzQg9rOH3jMophUlp4KZdKbo0MEIt5 FkcuIwVn+BtatXAfRxL+O69i/ncUJSJUfaz1nqIfhxflbBrg1VtUSBaFn+VyMoHZ f97G4t5Fk1u1xncrQqk/mujlzmzpJzzD5LAOW1avhOQYe1SKtkQD2o5aFLGdF1Wi h7+Uvv/cz5KbNuG7tIJ20U73g9ApKnjcKDsvoRf+CUcUBbCbC++dkp2RcuPQEbOl ZjbueN42MAQO/Irew8ZQhP6IFJ2at44lJ6KeoHsLVt7CWXjj+pvPxkSwhqwg== 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=1680565627; x=1680652027; bh=UPoNl0j5/g/QF lAhU7SpzICpyh0q8yxjW1+qvx6bb1E=; b=bWsQJcrcFN2ARBk19DfTYNFA63AUg Ub7XaWHUUdJT9jt/FdXp0O/sj/9RJ0HuZ9xSGBwLhc7V6Ylf47AU2lFxG01/BN8C lMhg6IoQ1fT9WwzyP/nufq+ji16jvBd7d5w64x9yGwsP6MqRzNMYED+sZo38VH4o PRESiGmLlv9phJIGRfeX0XrmI9KN2olvMsa87DUTBpFL2MKI9//zrHV27e0IZ2tz i3q4lOj127Kzeyn0hPqb3SFNVOZHhP6PT7GHi1H0UMULZ90reKxtwZKnKOWW+xxU BbMcc9BEqPdq45imx9vsocHM2FBUYf3JmHLvyvZp4ix8R7pGXHLAYomqQ== X-ME-Sender: X-ME-Received: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedvhedrvdeikedgtdekucetufdoteggodetrfdotf fvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdfqfgfvpdfurfetoffkrfgpnffqhgen uceurghilhhouhhtmecufedttdenucesvcftvggtihhpihgvnhhtshculddquddttddmne cujfgurhephffvvefufffkofgggfestdekredtredttdenucfhrhhomheptfgvsggvtggt rgcuvehrrghnuceorhgvsggvtggtrgessghsughiohdrtghomheqnecuggftrfgrthhtvg hrnhepuedvkedtleekueekgfejjeettefftdduiefffeehveefgfevueelgffhleelgfdv necuvehluhhsthgvrhfuihiivgeptdenucfrrghrrghmpehmrghilhhfrhhomheprhgvsg gvtggtrgessghsughiohdrtghomh X-ME-Proxy: Feedback-ID: i5b994698:Fastmail Received: by mail.messagingengine.com (Postfix) with ESMTPA; Mon, 3 Apr 2023 19:47:06 -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.42 Date: Mon, 3 Apr 2023 17:47:03 -0600 Message-Id: <20230403234703.2210276-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.42. 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..7f627e9e571f 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.42 antlr4-python3-runtime==4.7.1 lcov-cobertura==2.0.2 -- 2.34.1