On Mon, Nov 9, 2020 at 6:49 AM Bertrand Marquis <[email protected]> wrote: > > 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.
Thanks, Bertrand -- I have positive results for this with compile-tests with both Xen 4.14 and 4.15 for x86_64. > Signed-off-by: Bertrand Marquis <[email protected]> > Change-Id: I1f7f81a4e9e1420bce55d1e4bfe03d98ac2c93a3 > --- > 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 736a766..0c69fec 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} \ > " Do you know whether a similar change is also needed for the python nonarch_libdir items in the -dbg package, when building older versions of Xen? Christopher > > -- > 2.17.1 > > > >
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#6043): https://lists.yoctoproject.org/g/meta-virtualization/message/6043 Mute This Topic: https://lists.yoctoproject.org/mt/78136815/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/meta-virtualization/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
