mirror of
https://git.yoctoproject.org/poky
synced 2026-06-01 00:59:48 +00:00
systemtap: disable libvirt
libvirt is automatically linked to if present, this undetermined dependency may cause build errors like: ../lib/libvirt.so: undefined reference to `libssh2_channel_open_ex' ../lib/libvirt.so: undefined reference to `libssh2_session_hostkey' ... Both libvirt and libssh2 are not oe-core recipes for now, just disable libvirt to fix this issue. (From OE-Core rev: 815b44914eb30b86dfce0e81ffda7884e0efcc34) Signed-off-by: Wenzong Fan <wenzong.fan@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
8207c9034e
commit
c9dbd2680b
@@ -8,6 +8,7 @@ SRC_URI = "git://sourceware.org/git/systemtap.git \
|
||||
file://obsolete_automake_macros.patch \
|
||||
file://system_map_location.patch \
|
||||
file://tapset-linux-sendfile-syscall.patch \
|
||||
file://configure-allow-to-disable-libvirt.patch \
|
||||
"
|
||||
|
||||
# systemtap doesn't support mips
|
||||
|
||||
Reference in New Issue
Block a user