From 17660b5e8f33c512907480d413adad35fa50fb9d Mon Sep 17 00:00:00 2001 From: Bertrand Marquis Date: Mon, 9 Nov 2020 14:49:26 +0000 Subject: [PATCH] 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 Change-Id: I1f7f81a4e9e1420bce55d1e4bfe03d98ac2c93a3 Signed-off-by: Bruce Ashfield --- recipes-extended/xen/xen-tools.inc | 2 ++ 1 file changed, 2 insertions(+) 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 = "\ ${libdir}/xen/bin/pygrub \ " +# Depending on the version of Xen libdir or nonarch libdir is used FILES_${PN}-python = "\ + ${libdir}/${PYTHON_DIR} \ ${nonarch_libdir}/${PYTHON_DIR} \ "