]> code.ossystems Code Review - openembedded-core.git/commit
systemtap: disable libvirt
authorWenzong Fan <wenzong.fan@windriver.com>
Tue, 23 Sep 2014 10:29:00 +0000 (06:29 -0400)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 23 Sep 2014 20:30:58 +0000 (21:30 +0100)
commit815b44914eb30b86dfce0e81ffda7884e0efcc34
treee134d51a89499b0b99dc2d470c26cf9753652d29
parentbb01a6be7b32aa675f5003a6012a60a081212e8c
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.

Signed-off-by: Wenzong Fan <wenzong.fan@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-kernel/systemtap/systemtap/configure-allow-to-disable-libvirt.patch [new file with mode: 0644]
meta/recipes-kernel/systemtap/systemtap_git.bb
meta/recipes-kernel/systemtap/systemtap_git.inc