summaryrefslogtreecommitdiffstats
path: root/recipes-extended/xen/xen_git.bb
diff options
context:
space:
mode:
authorMaciej Pijanowski <maciej.pijanowski@3mdeb.com>2018-10-19 11:28:01 +0200
committerBruce Ashfield <bruce.ashfield@windriver.com>2018-10-22 04:37:01 -0400
commitce8f6fe10682d85f7e26ceb3e8ccbc6e01d2b869 (patch)
tree43bd3675119217056e10a115f8af82c934c08b33 /recipes-extended/xen/xen_git.bb
parent2672520983841a4e933774e58965f7d15a4d95ad (diff)
downloadmeta-virtualization-ce8f6fe10682d85f7e26ceb3e8ccbc6e01d2b869.tar.gz
xen: fix building with BASELIB=lib64
Many "real" (other then genericx86-64) x86-64 target machine configurations set BASELIB to lib64. For example the intel-corei7-64 or the AMD machines. In such case packaging xen-python fails because items are installed to /usr/lib/, but FILES_xen-python points to package /usr/lib64/ items. Exposing the DISTUTILS variables from OE build makes the python installation somewhat similar to what happens in the distutils class and python items are installed to the /usr/lib64 as expected. Another issue was that the xen-efi package was picking up too much stuff from the /usr/lib64 path on such machines. Being more explicit at least allows to package things correctly. Signed-off-by: Maciej Pijanowski <maciej.pijanowski@3mdeb.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'recipes-extended/xen/xen_git.bb')
-rw-r--r--recipes-extended/xen/xen_git.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes-extended/xen/xen_git.bb b/recipes-extended/xen/xen_git.bb
index 81ee1002..0ebd81ce 100644
--- a/recipes-extended/xen/xen_git.bb
+++ b/recipes-extended/xen/xen_git.bb
@@ -13,6 +13,7 @@ S = "${WORKDIR}/git"
13SRC_URI = " \ 13SRC_URI = " \
14 git://xenbits.xen.org/xen.git;branch=${XEN_BRANCH} \ 14 git://xenbits.xen.org/xen.git;branch=${XEN_BRANCH} \
15 file://xen-disable-sse-before-inlines.patch \ 15 file://xen-disable-sse-before-inlines.patch \
16 file://0001-python-pygrub-pass-DISTUTILS-env-vars-as-setup.py-ar.patch \
16 " 17 "
17 18
18DEFAULT_PREFERENCE = "-1" 19DEFAULT_PREFERENCE = "-1"