diff options
author | Mark Asselstine <asselsm@gmail.com> | 2013-10-30 21:55:12 -0400 |
---|---|---|
committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2013-10-31 00:02:02 -0400 |
commit | 36d4532e899c8907eef84b1f99356c79364e00f8 (patch) | |
tree | 305355de86444156ae5cd65c549a8d9da55399b9 | |
parent | cafc94c4a2b599d553712dcbb1b01eefd1ef3941 (diff) | |
download | meta-virtualization-36d4532e899c8907eef84b1f99356c79364e00f8.tar.gz |
libvirt: add PACKAGECONFIG for sasl
We don't want to leave build order dictating whether or not we get
sasl support in libvirt so add a PACKAGECONFIG for sasl. I have not
added sasl as a default PACKAGECONFIG since out of the box you would
not normally get sasl being built so this mimics this behavior. I have
listed a RDEPENDS in the PACKAGECONFIG as older Yocto builds for some
reason are not picking up the required runtime dependency.
Signed-off-by: Mark Asselstine <asselsm@gmail.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
-rw-r--r-- | recipes-extended/libvirt/libvirt_1.1.2.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes-extended/libvirt/libvirt_1.1.2.bb b/recipes-extended/libvirt/libvirt_1.1.2.bb index 56d6aed5..4bdade8d 100644 --- a/recipes-extended/libvirt/libvirt_1.1.2.bb +++ b/recipes-extended/libvirt/libvirt_1.1.2.bb | |||
@@ -149,6 +149,7 @@ PACKAGECONFIG[udev] = "--with-udev --with-pciaccess,--without-udev,udev libpciac | |||
149 | PACKAGECONFIG[selinux] = "--with-selinux,--without-selinux,libselinux," | 149 | PACKAGECONFIG[selinux] = "--with-selinux,--without-selinux,libselinux," |
150 | PACKAGECONFIG[ebtables] = "ac_cv_path_EBTABLES_PATH=/sbin/ebtables,ac_cv_path_EBTABLES_PATH=,ebtables,ebtables" | 150 | PACKAGECONFIG[ebtables] = "ac_cv_path_EBTABLES_PATH=/sbin/ebtables,ac_cv_path_EBTABLES_PATH=,ebtables,ebtables" |
151 | PACKAGECONFIG[python] = "--with-python,--without-python,python," | 151 | PACKAGECONFIG[python] = "--with-python,--without-python,python," |
152 | PACKAGECONFIG[sasl] = "--with-sasl,--without-sasl,cyrus-sasl,cyrus-sasl" | ||
152 | 153 | ||
153 | # Enable the Python tool support | 154 | # Enable the Python tool support |
154 | require libvirt-python.inc | 155 | require libvirt-python.inc |