diff options
| author | Bertrand Marquis <bertrand.marquis@arm.com> | 2020-10-09 13:31:13 +0100 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2020-10-15 10:57:16 -0400 |
| commit | 7a8167fa82621dd606260450b1e648e50a1d79ab (patch) | |
| tree | 5eace7dcefdc61a630612ce4d5d6d5b25b6ae0b9 | |
| parent | 28fda6d8488588ac1d2e1799482dcebdc79cd412 (diff) | |
| download | meta-virtualization-7a8167fa82621dd606260450b1e648e50a1d79ab.tar.gz | |
xen: Fix x86_64 xen-tools installation
Python related things are installed in /usr/lib and not /usr/lib64 even
if xen-tools is built for x86_64 with multilib activated.
Use nonarch_libdir variable for all python related files.
Change-Id: I24e4336aaac4477efc5dc7426a6d9e909c98a6af
Signed-off-by: Bertrand Marquis <bertrand.marquis@arm.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
| -rw-r--r-- | recipes-extended/xen/xen-tools.inc | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/recipes-extended/xen/xen-tools.inc b/recipes-extended/xen/xen-tools.inc index ace1a013..736a7662 100644 --- a/recipes-extended/xen/xen-tools.inc +++ b/recipes-extended/xen/xen-tools.inc | |||
| @@ -247,8 +247,8 @@ RPROVIDES_${PN}-xenstored = "virtual/xenstored" | |||
| 247 | 247 | ||
| 248 | FILES_${PN}-dbg += "\ | 248 | FILES_${PN}-dbg += "\ |
| 249 | ${libdir}/xen/bin/.debug \ | 249 | ${libdir}/xen/bin/.debug \ |
| 250 | ${libdir}/${PYTHON_DIR}/site-packages/.debug \ | 250 | ${nonarch_libdir}/${PYTHON_DIR}/site-packages/.debug \ |
| 251 | ${libdir}/${PYTHON_DIR}/site-packages/xen/lowlevel/.debug \ | 251 | ${nonarch_libdir}/${PYTHON_DIR}/site-packages/xen/lowlevel/.debug \ |
| 252 | ${libdir}/fs/xfs/.debug \ | 252 | ${libdir}/fs/xfs/.debug \ |
| 253 | ${libdir}/fs/ufs/.debug \ | 253 | ${libdir}/fs/ufs/.debug \ |
| 254 | ${libdir}/fs/ext2fs-lib/.debug \ | 254 | ${libdir}/fs/ext2fs-lib/.debug \ |
| @@ -261,8 +261,8 @@ FILES_${PN}-dbg += "\ | |||
| 261 | ${libdir}exec/.debug \ | 261 | ${libdir}exec/.debug \ |
| 262 | ${libdir}/xen/libexec/.debug \ | 262 | ${libdir}/xen/libexec/.debug \ |
| 263 | ${bindir}/.debug \ | 263 | ${bindir}/.debug \ |
| 264 | ${libdir}/${PYTHON_DIR}/dist-packages/.debug \ | 264 | ${nonarch_libdir}/${PYTHON_DIR}/dist-packages/.debug \ |
| 265 | ${libdir}/${PYTHON_DIR}/dist-packages/xen/lowlevel/.debug \ | 265 | ${nonarch_libdir}/${PYTHON_DIR}/dist-packages/xen/lowlevel/.debug \ |
| 266 | " | 266 | " |
| 267 | 267 | ||
| 268 | FILES_${PN}-dev = "\ | 268 | FILES_${PN}-dev = "\ |
| @@ -497,7 +497,7 @@ FILES_${PN}-pygrub = "\ | |||
| 497 | " | 497 | " |
| 498 | 498 | ||
| 499 | FILES_${PN}-python = "\ | 499 | FILES_${PN}-python = "\ |
| 500 | ${libdir}/${PYTHON_DIR} \ | 500 | ${nonarch_libdir}/${PYTHON_DIR} \ |
| 501 | " | 501 | " |
| 502 | 502 | ||
| 503 | FILES_${PN}-remus = "\ | 503 | FILES_${PN}-remus = "\ |
