diff options
| author | Mihai Prica <mihai.prica@intel.com> | 2013-04-18 18:10:42 +0300 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2013-04-18 21:39:24 -0700 |
| commit | 7040db74c375ef55d1b040f53071be29590882de (patch) | |
| tree | 250ef94cefe1a2f54a29b57d3a666637bb7ce517 /recipes-extended/libvirt/libvirt-python.inc | |
| parent | 3413d7e8b8f45996230ee1931bdf224952d88a19 (diff) | |
| download | meta-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.inc | 4 |
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" | |||
| 10 | PACKAGECONFIG_${PN}-python[xen] = ",,,xen-python" | 10 | PACKAGECONFIG_${PN}-python[xen] = ",,,xen-python" |
| 11 | 11 | ||
| 12 | PACKAGES += "${PN}-python-dbg ${PN}-python" | 12 | PACKAGES += "${PN}-python-dbg ${PN}-python" |
| 13 | FILES_${PN}-python-dbg += "${libdir}/${PYTHON_DIR}/dist-packages/.debug/" | 13 | FILES_${PN}-python-dbg += "${libdir}/${PYTHON_DIR}/site-packages/.debug/" |
| 14 | FILES_${PN}-python += "${libdir}/${PYTHON_DIR}/dist-packages" | 14 | FILES_${PN}-python += "${libdir}/${PYTHON_DIR}/site-packages" |
