We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eaf47cc commit 02df888Copy full SHA for 02df888
images/virt-launcher/werf.inc.yaml
@@ -42,6 +42,7 @@ altLibs:
42
- libvirglrenderer-devel
43
- libdbus
44
- libusb-devel
45
+ - libusb
46
- libbpf-devel
47
- libspice-server-devel
48
- ceph-devel
@@ -284,6 +285,7 @@ shell:
284
285
LIBS+=" /usr/lib64/libtpms* /usr/lib64/libjson* /usr/lib64/libfuse*"
286
LIBS+=" /usr/lib64/libxml2.s* /usr/lib64/libgcc_s* /usr/lib64/libaudit*"
287
LIBS+=" /usr/lib64/libisoburn.s* /usr/lib64/libacl.s*"
288
+ LIBS+=" /usr/lib64/libusb-*"
289
290
echo "Relocate additional libs for files in /VBINS"
291
./relocate_binaries.sh -i "$FILES" -o /VBINS
0 commit comments