blob: 0b01833c6d72337e1ce0e7ce4afd6b6fdabf0e4b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
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"
|