summaryrefslogtreecommitdiffstats
path: root/recipes-extended/libvirt/libvirt-python.inc
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-extended/libvirt/libvirt-python.inc')
-rw-r--r--recipes-extended/libvirt/libvirt-python.inc13
1 files changed, 13 insertions, 0 deletions
diff --git a/recipes-extended/libvirt/libvirt-python.inc b/recipes-extended/libvirt/libvirt-python.inc
new file mode 100644
index 00000000..0b01833c
--- /dev/null
+++ b/recipes-extended/libvirt/libvirt-python.inc
@@ -0,0 +1,13 @@
1inherit python-dir
2
3# Enable the Python tool support
4EXTRA_OECONF += "--with-python=yes"
5
6SRC_URI += " file://oe_PYTHON_INCLUDES.patch"
7
8DEPENDS += "python python-native"
9RDEPENDS_${PN}-python += "python xen-python"
10
11PACKAGES += "${PN}-python-dbg ${PN}-python"
12FILES_${PN}-python-dbg += "${libdir}/${PYTHON_DIR}/site-packages/.debug/"
13FILES_${PN}-python += "${libdir}/${PYTHON_DIR}/site-packages"