summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--recipes-extended/xen/xen-tools.inc10
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
248FILES_${PN}-dbg += "\ 248FILES_${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
268FILES_${PN}-dev = "\ 268FILES_${PN}-dev = "\
@@ -497,7 +497,7 @@ FILES_${PN}-pygrub = "\
497 " 497 "
498 498
499FILES_${PN}-python = "\ 499FILES_${PN}-python = "\
500 ${libdir}/${PYTHON_DIR} \ 500 ${nonarch_libdir}/${PYTHON_DIR} \
501 " 501 "
502 502
503FILES_${PN}-remus = "\ 503FILES_${PN}-remus = "\