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:38:33 +0000 (21:38 +0100)
commit1bfbc55b02d33526b4bb0a7940ce4de2e0ad694e
treedf1a1332a790b3fc22b0896551b6b84933030628
parent03c7a01d6960f81f8e6c6d2798b753a73cd3593c
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>
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