summaryrefslogtreecommitdiffstats
path: root/recipes-extended
diff options
context:
space:
mode:
authorMark Asselstine <mark.asselstine@windriver.com>2016-11-16 14:56:29 -0500
committerBruce Ashfield <bruce.ashfield@windriver.com>2016-11-17 13:02:23 -0500
commit66997c4dcfc5cabd0b357ea46d6ac15ec3163c51 (patch)
treeda83925cafa90020c9f56072b0894bbcd2bafa1c /recipes-extended
parenta53908a8bb224603c4ee090fa976e6db6d2d6cb3 (diff)
downloadmeta-virtualization-66997c4dcfc5cabd0b357ea46d6ac15ec3163c51.tar.gz
libvirt: add 'wireshark' packageconfig
libvirt by default has '--with-wireshark-dissector' set to 'check'. Therefor if wireshark is built before vs after libvirt this will result in a potentially unexpected difference in how libvirt is configured. Additionally the build of libvirt with wireshark capabilities enabled is currently broken and thus if attempted will result in the error: fatal error: ws_symbol_export.h: No such file or directory To prevent the random configuration of libvirt with respect to wireshark we add a new packageconfig for wireshark. NOTE that the wireshark recipe is currently incomplete so this new packageconfig will result in a build failure if used, until wireshark is updated to build libwsutil. Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com>
Diffstat (limited to 'recipes-extended')
-rw-r--r--recipes-extended/libvirt/libvirt_1.3.5.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes-extended/libvirt/libvirt_1.3.5.bb b/recipes-extended/libvirt/libvirt_1.3.5.bb
index fad56323..c848c99b 100644
--- a/recipes-extended/libvirt/libvirt_1.3.5.bb
+++ b/recipes-extended/libvirt/libvirt_1.3.5.bb
@@ -208,6 +208,7 @@ PACKAGECONFIG[numactl] = "--with-numactl,--without-numactl,numactl,"
208PACKAGECONFIG[fuse] = "--with-fuse,--without-fuse,fuse," 208PACKAGECONFIG[fuse] = "--with-fuse,--without-fuse,fuse,"
209PACKAGECONFIG[audit] = "--with-audit,--without-audit,audit," 209PACKAGECONFIG[audit] = "--with-audit,--without-audit,audit,"
210PACKAGECONFIG[libcap-ng] = "--with-capng,--without-capng,libcap-ng," 210PACKAGECONFIG[libcap-ng] = "--with-capng,--without-capng,libcap-ng,"
211PACKAGECONFIG[wireshark] = "--with-wireshark-dissector,--without-wireshark-dissector,wireshark libwsutil,"
211 212
212# Enable the Python tool support 213# Enable the Python tool support
213require libvirt-python.inc 214require libvirt-python.inc