[meta-virtualization] [meta-virt][PATCH 1/1] libvirt: add PACKAGECONFIG[numactl]

Joe Slater jslater at windriver.com
Tue Apr 29 14:57:15 PDT 2014


configure will check for numa support by default, resulting
in indeterminate configuration.  We add a PACKAGECONFIG[]
to force behavior.

Signed-off-by: Joe Slater <jslater at windriver.com>
---
 recipes-extended/libvirt/libvirt_1.2.2.bb |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/recipes-extended/libvirt/libvirt_1.2.2.bb b/recipes-extended/libvirt/libvirt_1.2.2.bb
index 0cd6b99..a66a6ad 100644
--- a/recipes-extended/libvirt/libvirt_1.2.2.bb
+++ b/recipes-extended/libvirt/libvirt_1.2.2.bb
@@ -168,6 +168,7 @@ PACKAGECONFIG[ebtables] = "ac_cv_path_EBTABLES_PATH=/sbin/ebtables,ac_cv_path_EB
 PACKAGECONFIG[python] = ",,python,"
 PACKAGECONFIG[sasl] = "--with-sasl,--without-sasl,cyrus-sasl,cyrus-sasl"
 PACKAGECONFIG[iproute2] = "ac_cv_path_IP_PATH=/sbin/ip,ac_cv_path_IP_PATH=,iproute2,iproute2"
+PACKAGECONFIG[numactl] = "--with-numactl,--without-numactl,numactl,"
 
 # Enable the Python tool support
 require libvirt-python.inc
-- 
1.7.3.4



More information about the meta-virtualization mailing list