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"