summaryrefslogtreecommitdiffstats
path: root/recipes-extended/libvirt/libvirt-python.inc
diff options
context:
space:
mode:
authorMihai Prica <mihai.prica@intel.com>2013-04-18 18:10:42 +0300
committerBruce Ashfield <bruce.ashfield@windriver.com>2013-04-18 21:39:24 -0700
commit7040db74c375ef55d1b040f53071be29590882de (patch)
tree250ef94cefe1a2f54a29b57d3a666637bb7ce517 /recipes-extended/libvirt/libvirt-python.inc
parent3413d7e8b8f45996230ee1931bdf224952d88a19 (diff)
downloadmeta-virtualization-7040db74c375ef55d1b040f53071be29590882de.tar.gz
libvirt: Changed python bindings install location
The libvirt-python files were installed to dist-packages and this is not part of sys.path in yocto so they were not available to python. Changed this to site-packages. Signed-off-by: Mihai Prica <mihai.prica@intel.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'recipes-extended/libvirt/libvirt-python.inc')
-rw-r--r--recipes-extended/libvirt/libvirt-python.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-extended/libvirt/libvirt-python.inc b/recipes-extended/libvirt/libvirt-python.inc
index 49d15fb3..297e90c8 100644
--- a/recipes-extended/libvirt/libvirt-python.inc
+++ b/recipes-extended/libvirt/libvirt-python.inc
@@ -10,5 +10,5 @@ RDEPENDS_${PN}-python += "python"
10PACKAGECONFIG_${PN}-python[xen] = ",,,xen-python" 10PACKAGECONFIG_${PN}-python[xen] = ",,,xen-python"
11 11
12PACKAGES += "${PN}-python-dbg ${PN}-python" 12PACKAGES += "${PN}-python-dbg ${PN}-python"
13FILES_${PN}-python-dbg += "${libdir}/${PYTHON_DIR}/dist-packages/.debug/" 13FILES_${PN}-python-dbg += "${libdir}/${PYTHON_DIR}/site-packages/.debug/"
14FILES_${PN}-python += "${libdir}/${PYTHON_DIR}/dist-packages" 14FILES_${PN}-python += "${libdir}/${PYTHON_DIR}/site-packages"