mirror of
git://git.yoctoproject.org/meta-virtualization.git
synced 2025-07-19 03:59:48 +02:00
14 lines
398 B
PHP
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"
|