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 /recipes-extended/libvirt/libvirt-python.inc | |
parent | 7e9c4e6a469ca3ede7265ce91aac52514040758e (diff) | |
download | meta-virtualization-407b82206812c2e6d00f1a73754545351372f2ea.tar.gz |
libvirt: make python3 safe
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'recipes-extended/libvirt/libvirt-python.inc')
-rw-r--r-- | recipes-extended/libvirt/libvirt-python.inc | 4 |
1 files changed, 2 insertions, 2 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" |