mirror of
git://git.yoctoproject.org/meta-virtualization.git
synced 2025-07-19 12:50:22 +02:00
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>
This commit is contained in:
parent
82bca23d6a
commit
17660b5e8f
|
@ -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} \
|
||||
"
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user