public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
* [PATCH 1/1] Bhyve: fix tls-enabled build
@ 2021-12-17 12:38 Gerd Hoffmann
  2021-12-17 16:59 ` [edk2-devel] " Ard Biesheuvel
  0 siblings, 1 reply; 2+ messages in thread
From: Gerd Hoffmann @ 2021-12-17 12:38 UTC (permalink / raw)
  To: devel
  Cc: Peter Grehan, Gerd Hoffmann, Jordan Justen, Jiewen Yao,
	Philippe Mathieu-Daudé, Ard Biesheuvel, Pawel Polawski,
	Rebecca Cran

Path doesn't exist below OvmfPkg/Bhyve, use the OvmfPkg version
instead.  Fixes build with -D NETWORK_TLS_ENABLE.

Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
---
 OvmfPkg/Bhyve/BhyveX64.dsc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/OvmfPkg/Bhyve/BhyveX64.dsc b/OvmfPkg/Bhyve/BhyveX64.dsc
index 40c5b7b1610e..5fa08bebd73c 100644
--- a/OvmfPkg/Bhyve/BhyveX64.dsc
+++ b/OvmfPkg/Bhyve/BhyveX64.dsc
@@ -733,7 +733,7 @@ [Components]
 !if $(NETWORK_TLS_ENABLE) == TRUE
   NetworkPkg/TlsAuthConfigDxe/TlsAuthConfigDxe.inf {
     <LibraryClasses>
-      NULL|OvmfPkg/Bhyve/Library/TlsAuthConfigLib/TlsAuthConfigLib.inf
+      NULL|OvmfPkg/Library/TlsAuthConfigLib/TlsAuthConfigLib.inf
   }
 !endif
   OvmfPkg/VirtioNetDxe/VirtioNet.inf
-- 
2.33.1


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

* Re: [edk2-devel] [PATCH 1/1] Bhyve: fix tls-enabled build
  2021-12-17 12:38 [PATCH 1/1] Bhyve: fix tls-enabled build Gerd Hoffmann
@ 2021-12-17 16:59 ` Ard Biesheuvel
  0 siblings, 0 replies; 2+ messages in thread
From: Ard Biesheuvel @ 2021-12-17 16:59 UTC (permalink / raw)
  To: edk2-devel-groups-io, Gerd Hoffmann
  Cc: Peter Grehan, Jordan Justen, Jiewen Yao,
	Philippe Mathieu-Daudé, Ard Biesheuvel, Pawel Polawski,
	Rebecca Cran

On Fri, 17 Dec 2021 at 13:39, Gerd Hoffmann <kraxel@redhat.com> wrote:
>
> Path doesn't exist below OvmfPkg/Bhyve, use the OvmfPkg version
> instead.  Fixes build with -D NETWORK_TLS_ENABLE.
>
> Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
> ---
>  OvmfPkg/Bhyve/BhyveX64.dsc | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/OvmfPkg/Bhyve/BhyveX64.dsc b/OvmfPkg/Bhyve/BhyveX64.dsc
> index 40c5b7b1610e..5fa08bebd73c 100644
> --- a/OvmfPkg/Bhyve/BhyveX64.dsc
> +++ b/OvmfPkg/Bhyve/BhyveX64.dsc
> @@ -733,7 +733,7 @@ [Components]
>  !if $(NETWORK_TLS_ENABLE) == TRUE
>    NetworkPkg/TlsAuthConfigDxe/TlsAuthConfigDxe.inf {
>      <LibraryClasses>
> -      NULL|OvmfPkg/Bhyve/Library/TlsAuthConfigLib/TlsAuthConfigLib.inf
> +      NULL|OvmfPkg/Library/TlsAuthConfigLib/TlsAuthConfigLib.inf
>    }
>  !endif
>    OvmfPkg/VirtioNetDxe/VirtioNet.inf
> --
> 2.33.1
>

Merged as #2324

Thanks,

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

end of thread, other threads:[~2021-12-17 17:00 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-12-17 12:38 [PATCH 1/1] Bhyve: fix tls-enabled build Gerd Hoffmann
2021-12-17 16:59 ` [edk2-devel] " Ard Biesheuvel

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