[OE-core] [PATCH 0/1] systemtap: disable libvirt

wenzong.fan at windriver.com wenzong.fan at windriver.com
Tue Sep 23 10:28:59 UTC 2014


From: Wenzong Fan <wenzong.fan at windriver.com>

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.

The following changes since commit afdbe3112b940987f3f3cddcb32c91a5e17a297d:

  bitbake: bitbake-worker: Fix bitbake -n (2014-09-22 15:54:40 +0100)

are available in the git repository at:

  git://git.pokylinux.org/poky-contrib wenzong/systemtap
  http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=wenzong/systemtap

Wenzong Fan (1):
  systemtap: disable libvirt

 .../configure-allow-to-disable-libvirt.patch       |   39 ++++++++++++++++++++
 meta/recipes-kernel/systemtap/systemtap_git.bb     |    3 ++
 meta/recipes-kernel/systemtap/systemtap_git.inc    |    1 +
 3 files changed, 43 insertions(+)
 create mode 100644 meta/recipes-kernel/systemtap/systemtap/configure-allow-to-disable-libvirt.patch

-- 
1.7.9.5




More information about the Openembedded-core mailing list