aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorPaolo Bonzini <pbonzini@redhat.com>2023-05-18 12:07:22 +0000
committerPaolo Bonzini <pbonzini@redhat.com>2023-05-26 12:34:18 +0200
commitc53648abba167db47827840bbd4257ed7bc6133c (patch)
tree23b20c1c71221870e7e9238082580018d2c80f87 /scripts
parent58e48b2e721dcf70571d293e86c02eedbe3a0f39 (diff)
downloadqemu-c53648abba167db47827840bbd4257ed7bc6133c.zip
qemu-c53648abba167db47827840bbd4257ed7bc6133c.tar.gz
qemu-c53648abba167db47827840bbd4257ed7bc6133c.tar.bz2
meson: use subproject for keycodemapdb
By using a subproject, our own meson.build can use variables from the subproject instead of hard-coded paths. This is also the first step towards managing downloads with .wrap files instead of submodule. Reviewed-by: Daniel P. Berrangé <berrange@redhat.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/archive-source.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/archive-source.sh b/scripts/archive-source.sh
index a7c2886..dba5ae0 100755
--- a/scripts/archive-source.sh
+++ b/scripts/archive-source.sh
@@ -26,7 +26,7 @@ sub_file="${sub_tdir}/submodule.tar"
# independent of what the developer currently has initialized
# in their checkout, because the build environment is completely
# different to the host OS.
-submodules="subprojects/dtc ui/keycodemapdb"
+submodules="subprojects/dtc subprojects/keycodemapdb"
submodules="$submodules tests/fp/berkeley-softfloat-3 tests/fp/berkeley-testfloat-3"
sub_deinit=""