public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
* [PATCH 1/1] pip-requirements.txt: bump edk2-basetools to 0.1.42
@ 2023-04-03 23:47 Rebecca Cran
  2023-04-03 23:51 ` [edk2-devel] " Michael D Kinney
  2023-04-03 23:51 ` Michael Kubacki
  0 siblings, 2 replies; 3+ messages in thread
From: Rebecca Cran @ 2023-04-03 23:47 UTC (permalink / raw)
  To: devel, Andrew Fish, Leif Lindholm, Michael D Kinney, Sean Brogan,
	Michael Kubacki
  Cc: Rebecca Cran

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 <rebecca@bsdio.com>
---
 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


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [edk2-devel] [PATCH 1/1] pip-requirements.txt: bump edk2-basetools to 0.1.42
  2023-04-03 23:47 [PATCH 1/1] pip-requirements.txt: bump edk2-basetools to 0.1.42 Rebecca Cran
@ 2023-04-03 23:51 ` Michael D Kinney
  2023-04-03 23:51 ` Michael Kubacki
  1 sibling, 0 replies; 3+ messages in thread
From: Michael D Kinney @ 2023-04-03 23:51 UTC (permalink / raw)
  To: devel@edk2.groups.io, rebecca@bsdio.com, Andrew Fish,
	Leif Lindholm, Sean Brogan, Michael Kubacki
  Cc: Kinney, Michael D

Reviewed-by: Michael D Kinney <michael.d.kinney@intel.com>


> -----Original Message-----
> From: devel@edk2.groups.io <devel@edk2.groups.io> On Behalf Of Rebecca Cran
> Sent: Monday, April 3, 2023 4:47 PM
> To: devel@edk2.groups.io; Andrew Fish <afish@apple.com>; Leif Lindholm <quic_llindhol@quicinc.com>; Kinney, Michael D
> <michael.d.kinney@intel.com>; Sean Brogan <sean.brogan@microsoft.com>; Michael Kubacki <mikuback@linux.microsoft.com>
> Cc: Rebecca Cran <rebecca@bsdio.com>
> Subject: [edk2-devel] [PATCH 1/1] pip-requirements.txt: bump edk2-basetools to 0.1.42
> 
> 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 <rebecca@bsdio.com>
> ---
>  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
> 
> 
> 
> 
> 


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH 1/1] pip-requirements.txt: bump edk2-basetools to 0.1.42
  2023-04-03 23:47 [PATCH 1/1] pip-requirements.txt: bump edk2-basetools to 0.1.42 Rebecca Cran
  2023-04-03 23:51 ` [edk2-devel] " Michael D Kinney
@ 2023-04-03 23:51 ` Michael Kubacki
  1 sibling, 0 replies; 3+ messages in thread
From: Michael Kubacki @ 2023-04-03 23:51 UTC (permalink / raw)
  To: Rebecca Cran, devel, Andrew Fish, Leif Lindholm, Michael D Kinney,
	Sean Brogan

Reviewed-by: Michael Kubacki <michael.kubacki@microsoft.com>

On 4/3/2023 7:47 PM, Rebecca Cran wrote:
> 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 <rebecca@bsdio.com>
> ---
>   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
>   

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2023-04-03 23:51 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-04-03 23:47 [PATCH 1/1] pip-requirements.txt: bump edk2-basetools to 0.1.42 Rebecca Cran
2023-04-03 23:51 ` [edk2-devel] " Michael D Kinney
2023-04-03 23:51 ` Michael Kubacki

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox