meta-virtualization/recipes-extended/libvirt/libvirt-python.inc
Raymond Danks 8378d87ced libvirt: Initial package creation.
Signed-off-by: Raymond Danks <ray.danks@se-eng.com>
2012-06-21 15:32:51 -06:00

14 lines
398 B
PHP

inherit python-dir
# Enable the Python tool support
EXTRA_OECONF += "--with-python=yes"
SRC_URI += " file://oe_PYTHON_INCLUDES.patch"
DEPENDS += "python python-native"
RDEPENDS_${PN}-python += "python xen-python"
PACKAGES += "${PN}-python-dbg ${PN}-python"
FILES_${PN}-python-dbg += "${libdir}/${PYTHON_DIR}/site-packages/.debug/"
FILES_${PN}-python += "${libdir}/${PYTHON_DIR}/site-packages"