diff options
author | Joe Slater <jslater@windriver.com> | 2014-04-29 14:57:15 -0700 |
---|---|---|
committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2014-05-06 00:27:45 -0400 |
commit | 0722667aab18ac49ccca96c55c2459ead023a552 (patch) | |
tree | 9df2c2dfd0ce2c27fd3ca5c4892c591c754243e1 | |
parent | abf028895344a0e485fa194e5cac8bd7006c670b (diff) | |
download | meta-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.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 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 | |||
168 | PACKAGECONFIG[python] = ",,python," | 168 | PACKAGECONFIG[python] = ",,python," |
169 | PACKAGECONFIG[sasl] = "--with-sasl,--without-sasl,cyrus-sasl,cyrus-sasl" | 169 | PACKAGECONFIG[sasl] = "--with-sasl,--without-sasl,cyrus-sasl,cyrus-sasl" |
170 | PACKAGECONFIG[iproute2] = "ac_cv_path_IP_PATH=/sbin/ip,ac_cv_path_IP_PATH=,iproute2,iproute2" | 170 | PACKAGECONFIG[iproute2] = "ac_cv_path_IP_PATH=/sbin/ip,ac_cv_path_IP_PATH=,iproute2,iproute2" |
171 | PACKAGECONFIG[numactl] = "--with-numactl,--without-numactl,numactl," | ||
171 | 172 | ||
172 | # Enable the Python tool support | 173 | # Enable the Python tool support |
173 | require libvirt-python.inc | 174 | require libvirt-python.inc |