summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIgor Socec <igor.socec@pelagicore.com>2016-11-08 14:59:16 +0100
committerBruce Ashfield <bruce.ashfield@windriver.com>2016-11-11 09:02:55 -0500
commita53908a8bb224603c4ee090fa976e6db6d2d6cb3 (patch)
tree2a5b0493608729ba02a2e2c725f1f07d535797c5
parent011c4d611b3ce4e4922207ea0f58fd475eab83fb (diff)
downloadmeta-virtualization-a53908a8bb224603c4ee090fa976e6db6d2d6cb3.tar.gz
lxc: move .debug directory to debug package
Bitbake reports a [debug-files] QA Issue for the following path: packages-split/lxc/usr/lib/lxc/lxc/hooks/.debug/unmount-namespace Signed-off-by: Igor Socec <igor.socec@pelagicore.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
-rw-r--r--recipes-containers/lxc/lxc_2.0.0.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-containers/lxc/lxc_2.0.0.bb b/recipes-containers/lxc/lxc_2.0.0.bb
index 53068a80..5e459498 100644
--- a/recipes-containers/lxc/lxc_2.0.0.bb
+++ b/recipes-containers/lxc/lxc_2.0.0.bb
@@ -84,7 +84,7 @@ FILES_${PN}-doc = "${mandir} ${infodir}"
84# For LXC the docdir only contains example configuration files and should be included in the lxc package 84# For LXC the docdir only contains example configuration files and should be included in the lxc package
85FILES_${PN} += "${docdir}" 85FILES_${PN} += "${docdir}"
86FILES_${PN} += "${libdir}/python3*" 86FILES_${PN} += "${libdir}/python3*"
87FILES_${PN}-dbg += "${libexecdir}/lxc/.debug" 87FILES_${PN}-dbg += "${libexecdir}/lxc/.debug ${libexecdir}/lxc/hooks/.debug"
88PACKAGES =+ "${PN}-templates ${PN}-setup ${PN}-networking" 88PACKAGES =+ "${PN}-templates ${PN}-setup ${PN}-networking"
89FILES_${PN}-templates += "${datadir}/lxc/templates" 89FILES_${PN}-templates += "${datadir}/lxc/templates"
90RDEPENDS_${PN}-templates += "bash" 90RDEPENDS_${PN}-templates += "bash"