qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] tests/vm: netbsd: install dtc
@ 2023-10-13 15:30 Paolo Bonzini
  2023-10-16  4:44 ` Philippe Mathieu-Daudé
  2023-10-16  9:00 ` Thomas Huth
  0 siblings, 2 replies; 7+ messages in thread
From: Paolo Bonzini @ 2023-10-13 15:30 UTC (permalink / raw)
  To: qemu-devel

Install dtc as it is now a mandatory external dependency in order to build QEMU.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
---
 tests/vm/netbsd | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/tests/vm/netbsd b/tests/vm/netbsd
index 939dc1b22a1..3ef1ec2d9cc 100755
--- a/tests/vm/netbsd
+++ b/tests/vm/netbsd
@@ -40,6 +40,9 @@ class NetBSDVM(basevm.BaseVM):
         "gsed",
         "gettext-tools",
 
+        # libs: basic
+        "dtc",
+
         # libs: crypto
         "gnutls",
 
-- 
2.41.0



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

end of thread, other threads:[~2023-10-16  9:40 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-10-13 15:30 [PATCH] tests/vm: netbsd: install dtc Paolo Bonzini
2023-10-16  4:44 ` Philippe Mathieu-Daudé
2023-10-16  9:00 ` Thomas Huth
2023-10-16  9:06   ` Daniel P. Berrangé
2023-10-16  9:07     ` Daniel P. Berrangé
2023-10-16  9:20     ` Thomas Huth
2023-10-16  9:39       ` Paolo Bonzini

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).