diff options
-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 405d5f74..7a7a4cc5 100644 --- a/recipes-extended/libvirt/libvirt-python.inc +++ b/recipes-extended/libvirt/libvirt-python.inc | |||
@@ -42,14 +42,14 @@ python __anonymous () { | |||
42 | 42 | ||
43 | do_compile_append() { | 43 | do_compile_append() { |
44 | if [ "${LIBVIRT_PYTHON_ENABLE}" = "1" ]; then | 44 | if [ "${LIBVIRT_PYTHON_ENABLE}" = "1" ]; then |
45 | cd ${WORKDIR}/libvirt-python-${PV} && \ | 45 | cd ${WORKDIR}/${BPN}-python-${PV} && \ |
46 | ${STAGING_BINDIR_NATIVE}/python-native/python setup.py build | 46 | ${STAGING_BINDIR_NATIVE}/python-native/python setup.py build |
47 | fi | 47 | fi |
48 | } | 48 | } |
49 | 49 | ||
50 | do_install_append() { | 50 | do_install_append() { |
51 | if [ "${LIBVIRT_PYTHON_ENABLE}" = "1" ]; then | 51 | if [ "${LIBVIRT_PYTHON_ENABLE}" = "1" ]; then |
52 | cd ${WORKDIR}/${PN}-python-${PV} && \ | 52 | cd ${WORKDIR}/${BPN}-python-${PV} && \ |
53 | ${STAGING_BINDIR_NATIVE}/python-native/python setup.py install \ | 53 | ${STAGING_BINDIR_NATIVE}/python-native/python setup.py install \ |
54 | --install-lib=${D}/${PYTHON_SITEPACKAGES_DIR} ${LIBVIRT_INSTALL_ARGS} | 54 | --install-lib=${D}/${PYTHON_SITEPACKAGES_DIR} ${LIBVIRT_INSTALL_ARGS} |
55 | fi | 55 | fi |