diff options
| author | Bruce Ashfield <bruce.ashfield@gmail.com> | 2020-01-22 15:50:46 +0000 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2020-01-22 15:53:49 +0000 |
| commit | 407b82206812c2e6d00f1a73754545351372f2ea (patch) | |
| tree | efcf6461e59fda86042a47010e9e1f61fec73aad | |
| parent | 7e9c4e6a469ca3ede7265ce91aac52514040758e (diff) | |
| download | meta-virtualization-407b82206812c2e6d00f1a73754545351372f2ea.tar.gz | |
libvirt: make python3 safe
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
| -rw-r--r-- | recipes-extended/libvirt/libvirt-python.inc | 4 | ||||
| -rw-r--r-- | recipes-extended/libvirt/libvirt_5.5.0.bb | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/recipes-extended/libvirt/libvirt-python.inc b/recipes-extended/libvirt/libvirt-python.inc index 796d6dd8..02fca548 100644 --- a/recipes-extended/libvirt/libvirt-python.inc +++ b/recipes-extended/libvirt/libvirt-python.inc | |||
| @@ -1,11 +1,11 @@ | |||
| 1 | inherit pythonnative python-dir | 1 | inherit python3native python3-dir |
| 2 | 2 | ||
| 3 | export STAGING_INCDIR | 3 | export STAGING_INCDIR |
| 4 | export STAGING_LIBDIR | 4 | export STAGING_LIBDIR |
| 5 | export BUILD_SYS | 5 | export BUILD_SYS |
| 6 | export HOST_SYS | 6 | export HOST_SYS |
| 7 | 7 | ||
| 8 | RDEPENDS_${PN}-python += "python" | 8 | RDEPENDS_${PN}-python += "python3" |
| 9 | PACKAGECONFIG_${PN}-python[xen] = ",,,xen-python" | 9 | PACKAGECONFIG_${PN}-python[xen] = ",,,xen-python" |
| 10 | 10 | ||
| 11 | PACKAGES += "${PN}-python-staticdev ${PN}-python-dev ${PN}-python-dbg ${PN}-python" | 11 | PACKAGES += "${PN}-python-staticdev ${PN}-python-dev ${PN}-python-dbg ${PN}-python" |
diff --git a/recipes-extended/libvirt/libvirt_5.5.0.bb b/recipes-extended/libvirt/libvirt_5.5.0.bb index 53f4b3e3..0a3fdeea 100644 --- a/recipes-extended/libvirt/libvirt_5.5.0.bb +++ b/recipes-extended/libvirt/libvirt_5.5.0.bb | |||
| @@ -226,7 +226,7 @@ PACKAGECONFIG[dtrace] = "--with-dtrace,--without-dtrace,," | |||
| 226 | PACKAGECONFIG[udev] = "--with-udev --with-pciaccess,--without-udev,udev libpciaccess," | 226 | PACKAGECONFIG[udev] = "--with-udev --with-pciaccess,--without-udev,udev libpciaccess," |
| 227 | PACKAGECONFIG[selinux] = "--with-selinux,--without-selinux,libselinux," | 227 | PACKAGECONFIG[selinux] = "--with-selinux,--without-selinux,libselinux," |
| 228 | PACKAGECONFIG[ebtables] = "ac_cv_path_EBTABLES_PATH=/sbin/ebtables,ac_cv_path_EBTABLES_PATH=,ebtables,ebtables" | 228 | PACKAGECONFIG[ebtables] = "ac_cv_path_EBTABLES_PATH=/sbin/ebtables,ac_cv_path_EBTABLES_PATH=,ebtables,ebtables" |
| 229 | PACKAGECONFIG[python] = ",,python," | 229 | PACKAGECONFIG[python] = ",,python3," |
| 230 | PACKAGECONFIG[sasl] = "--with-sasl,--without-sasl,cyrus-sasl,cyrus-sasl" | 230 | PACKAGECONFIG[sasl] = "--with-sasl,--without-sasl,cyrus-sasl,cyrus-sasl" |
| 231 | PACKAGECONFIG[iproute2] = "ac_cv_path_IP_PATH=/sbin/ip,ac_cv_path_IP_PATH=,iproute2,iproute2" | 231 | PACKAGECONFIG[iproute2] = "ac_cv_path_IP_PATH=/sbin/ip,ac_cv_path_IP_PATH=,iproute2,iproute2" |
| 232 | PACKAGECONFIG[numactl] = "--with-numactl,--without-numactl,numactl," | 232 | PACKAGECONFIG[numactl] = "--with-numactl,--without-numactl,numactl," |
