mirror of
git://git.yoctoproject.org/meta-virtualization.git
synced 2025-07-19 12:50:22 +02:00
libvirt: make python3 safe
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
This commit is contained in:
parent
7e9c4e6a46
commit
407b822068
|
@ -1,11 +1,11 @@
|
|||
inherit pythonnative python-dir
|
||||
inherit python3native python3-dir
|
||||
|
||||
export STAGING_INCDIR
|
||||
export STAGING_LIBDIR
|
||||
export BUILD_SYS
|
||||
export HOST_SYS
|
||||
|
||||
RDEPENDS_${PN}-python += "python"
|
||||
RDEPENDS_${PN}-python += "python3"
|
||||
PACKAGECONFIG_${PN}-python[xen] = ",,,xen-python"
|
||||
|
||||
PACKAGES += "${PN}-python-staticdev ${PN}-python-dev ${PN}-python-dbg ${PN}-python"
|
||||
|
|
|
@ -226,7 +226,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] = ",,python,"
|
||||
PACKAGECONFIG[python] = ",,python3,"
|
||||
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,"
|
||||
|
|
Loading…
Reference in New Issue
Block a user