diff options
Diffstat (limited to 'recipes-extended/xen/xen.inc')
| -rw-r--r-- | recipes-extended/xen/xen.inc | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/recipes-extended/xen/xen.inc b/recipes-extended/xen/xen.inc index 7efc8df1..26504138 100644 --- a/recipes-extended/xen/xen.inc +++ b/recipes-extended/xen/xen.inc | |||
| @@ -402,8 +402,7 @@ FILES_${PN}-hypervisor = "\ | |||
| 402 | FILES_${PN}-init-xenstore-dom = "${libdir}/xen/bin/init-xenstore-domain" | 402 | FILES_${PN}-init-xenstore-dom = "${libdir}/xen/bin/init-xenstore-domain" |
| 403 | 403 | ||
| 404 | FILES_${PN}-efi = "\ | 404 | FILES_${PN}-efi = "\ |
| 405 | ${exec_prefix}/lib64 \ | 405 | ${exec_prefix}/lib64/efi/xen* \ |
| 406 | ${exec_prefix}/lib64/xen* \ | ||
| 407 | " | 406 | " |
| 408 | 407 | ||
| 409 | FILES_${PN}-base = "\ | 408 | FILES_${PN}-base = "\ |
| @@ -826,6 +825,8 @@ export XEN_OS = "Linux" | |||
| 826 | # this is used for the header (#!${bindir}/python) of the install python scripts | 825 | # this is used for the header (#!${bindir}/python) of the install python scripts |
| 827 | export PYTHONPATH="${bindir}/python" | 826 | export PYTHONPATH="${bindir}/python" |
| 828 | export ac_cv_path_PYTHONPATH="${bindir}/python" | 827 | export ac_cv_path_PYTHONPATH="${bindir}/python" |
| 828 | export DISTUTILS_BUILD_ARGS | ||
| 829 | export DISTUTILS_INSTALL_ARGS | ||
| 829 | 830 | ||
| 830 | # xen and seabios require HOSTCC and HOSTCXX set to cross-compile | 831 | # xen and seabios require HOSTCC and HOSTCXX set to cross-compile |
| 831 | export HOSTCC="${BUILD_CC}" | 832 | export HOSTCC="${BUILD_CC}" |
| @@ -849,8 +850,8 @@ CPP_append = " ${CPPFLAGS}" | |||
| 849 | CXX_append = " ${CXXFLAGS}" | 850 | CXX_append = " ${CXXFLAGS}" |
| 850 | 851 | ||
| 851 | EXTRA_OECONF += " \ | 852 | EXTRA_OECONF += " \ |
| 852 | --exec-prefix=/usr \ | 853 | --exec-prefix=${prefix} \ |
| 853 | --prefix=/usr \ | 854 | --prefix=${prefix} \ |
| 854 | --host=${HOST_SYS} \ | 855 | --host=${HOST_SYS} \ |
| 855 | --with-systemd=${systemd_unitdir}/system \ | 856 | --with-systemd=${systemd_unitdir}/system \ |
| 856 | --with-systemd-modules-load=${systemd_unitdir}/modules-load.d \ | 857 | --with-systemd-modules-load=${systemd_unitdir}/modules-load.d \ |
