summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoe Slater <jslater@windriver.com>2014-04-29 14:57:15 -0700
committerBruce Ashfield <bruce.ashfield@windriver.com>2014-05-06 00:27:45 -0400
commit0722667aab18ac49ccca96c55c2459ead023a552 (patch)
tree9df2c2dfd0ce2c27fd3ca5c4892c591c754243e1
parentabf028895344a0e485fa194e5cac8bd7006c670b (diff)
downloadmeta-virtualization-0722667aab18ac49ccca96c55c2459ead023a552.tar.gz
libvirt: add PACKAGECONFIG[numactl]
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@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
-rw-r--r--recipes-extended/libvirt/libvirt_1.2.2.bb1
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 0cd6b990..a66a6adb 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
168PACKAGECONFIG[python] = ",,python," 168PACKAGECONFIG[python] = ",,python,"
169PACKAGECONFIG[sasl] = "--with-sasl,--without-sasl,cyrus-sasl,cyrus-sasl" 169PACKAGECONFIG[sasl] = "--with-sasl,--without-sasl,cyrus-sasl,cyrus-sasl"
170PACKAGECONFIG[iproute2] = "ac_cv_path_IP_PATH=/sbin/ip,ac_cv_path_IP_PATH=,iproute2,iproute2" 170PACKAGECONFIG[iproute2] = "ac_cv_path_IP_PATH=/sbin/ip,ac_cv_path_IP_PATH=,iproute2,iproute2"
171PACKAGECONFIG[numactl] = "--with-numactl,--without-numactl,numactl,"
171 172
172# Enable the Python tool support 173# Enable the Python tool support
173require libvirt-python.inc 174require libvirt-python.inc