summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBertrand Marquis <bertrand.marquis@arm.com>2020-11-09 14:49:26 +0000
committerBruce Ashfield <bruce.ashfield@gmail.com>2020-11-14 22:59:03 -0500
commit17660b5e8f33c512907480d413adad35fa50fb9d (patch)
tree3d90cec454a4eb1752486e90fcf709fcc580f1cf
parent82bca23d6aa31c9141182f62939b1dc823bf4381 (diff)
downloadmeta-virtualization-17660b5e8f33c512907480d413adad35fa50fb9d.tar.gz
xen: Fix python libraries installation on multilib
Fix install path for xen python libraries when multilib configuration is activated (which is mandatory to compile xen for x86_64). Depending on the version of Xen, the libraries are installed on lib or on the nonarch lib directory so add both. Signed-off-by: Bertrand Marquis <bertrand.marquis@arm.com> Change-Id: I1f7f81a4e9e1420bce55d1e4bfe03d98ac2c93a3 Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
-rw-r--r--recipes-extended/xen/xen-tools.inc2
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes-extended/xen/xen-tools.inc b/recipes-extended/xen/xen-tools.inc
index 736a7662..0c69fece 100644
--- a/recipes-extended/xen/xen-tools.inc
+++ b/recipes-extended/xen/xen-tools.inc
@@ -496,7 +496,9 @@ FILES_${PN}-pygrub = "\
496 ${libdir}/xen/bin/pygrub \ 496 ${libdir}/xen/bin/pygrub \
497 " 497 "
498 498
499# Depending on the version of Xen libdir or nonarch libdir is used
499FILES_${PN}-python = "\ 500FILES_${PN}-python = "\
501 ${libdir}/${PYTHON_DIR} \
500 ${nonarch_libdir}/${PYTHON_DIR} \ 502 ${nonarch_libdir}/${PYTHON_DIR} \
501 " 503 "
502 504