diff options
author | Raymond Danks <ray.danks@se-eng.com> | 2012-06-21 15:32:51 -0600 |
---|---|---|
committer | Raymond Danks <ray.danks@se-eng.com> | 2012-06-21 15:32:51 -0600 |
commit | 8378d87ced87d96a16177ee7fe97c3868532f78b (patch) | |
tree | 5c225cd1e9b3bde410232ce710b1af7ff8c6779f /recipes-extended/libvirt/libvirt-python.inc | |
parent | 20ba217312d37166d86d9562bcf5a7df9a9da05f (diff) | |
download | meta-virtualization-8378d87ced87d96a16177ee7fe97c3868532f78b.tar.gz |
libvirt: Initial package creation.
Signed-off-by: Raymond Danks <ray.danks@se-eng.com>
Diffstat (limited to 'recipes-extended/libvirt/libvirt-python.inc')
-rw-r--r-- | recipes-extended/libvirt/libvirt-python.inc | 13 |
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 @@ | |||
1 | inherit python-dir | ||
2 | |||
3 | # Enable the Python tool support | ||
4 | EXTRA_OECONF += "--with-python=yes" | ||
5 | |||
6 | SRC_URI += " file://oe_PYTHON_INCLUDES.patch" | ||
7 | |||
8 | DEPENDS += "python python-native" | ||
9 | RDEPENDS_${PN}-python += "python xen-python" | ||
10 | |||
11 | PACKAGES += "${PN}-python-dbg ${PN}-python" | ||
12 | FILES_${PN}-python-dbg += "${libdir}/${PYTHON_DIR}/site-packages/.debug/" | ||
13 | FILES_${PN}-python += "${libdir}/${PYTHON_DIR}/site-packages" | ||