From: Ian Jackson Date: Fri, 28 Apr 2017 13:37:36 +0000 (+0100) Subject: ts-libvirt-build: Cope with keycodemapdb submodule X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=e83edbe3eee08e6daeac74c82ebdfb39ffdc144c;p=people%2Fiwj%2Fosstest.git ts-libvirt-build: Cope with keycodemapdb submodule libvirt.git#02fb15f introduces this new submodule. Submodules are awkward, and we need them to be explicitly listed. So add keycodemapdb to the submodulemap in ts-libvirt-build. Reported-by: Wei Liu Signed-off-by: Ian Jackson --- diff --git a/ts-libvirt-build b/ts-libvirt-build index 714402b4..419f3ecb 100755 --- a/ts-libvirt-build +++ b/ts-libvirt-build @@ -26,7 +26,8 @@ tsreadconfig(); selectbuildhost(\@ARGV); builddirsprops(); -our %submodmap = qw(gnulib gnulib); +our %submodmap = qw(gnulib gnulib + keycodemapdb keycodemapdb); our $submodules; sub libvirtd_init ();