mirror of
git://git.yoctoproject.org/meta-virtualization.git
synced 2025-07-19 20:59:41 +02:00
libvirt: fix python PACKAGECONFIG dependencies
Since python support is separate from the main libvirt build, we no longer need to trigger configuration options when python packageconfig support is added, we simply need to add python to the package depends. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
This commit is contained in:
parent
43fe4b7d0e
commit
75c11b0d02
|
@ -139,7 +139,7 @@ PACKAGECONFIG[dtrace] = "--with-dtrace,--without-dtrace,,"
|
|||
PACKAGECONFIG[udev] = "--with-udev --with-pciaccess,--without-udev,udev libpciaccess,"
|
||||
PACKAGECONFIG[selinux] = "--with-selinux,--without-selinux,libselinux,"
|
||||
PACKAGECONFIG[ebtables] = "ac_cv_path_EBTABLES_PATH=/sbin/ebtables,ac_cv_path_EBTABLES_PATH=,ebtables,ebtables"
|
||||
PACKAGECONFIG[python] = "--with-python,--without-python,python,"
|
||||
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"
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user