From 0722667aab18ac49ccca96c55c2459ead023a552 Mon Sep 17 00:00:00 2001 From: Joe Slater Date: Tue, 29 Apr 2014 14:57:15 -0700 Subject: 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 Signed-off-by: Bruce Ashfield --- recipes-extended/libvirt/libvirt_1.2.2.bb | 1 + 1 file changed, 1 insertion(+) 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 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 -- cgit v1.2.3-54-g00ecf