summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--recipes-containers/lxc/lxc_0.9.0.bb3
1 files changed, 3 insertions, 0 deletions
diff --git a/recipes-containers/lxc/lxc_0.9.0.bb b/recipes-containers/lxc/lxc_0.9.0.bb
index 1d6ce71b..fcda0ba4 100644
--- a/recipes-containers/lxc/lxc_0.9.0.bb
+++ b/recipes-containers/lxc/lxc_0.9.0.bb
@@ -36,4 +36,7 @@ PACKAGECONFIG[apparmour] = "--enable-apparmor,--disable-apparmor,apparmor,apparm
36 36
37inherit autotools 37inherit autotools
38 38
39FILES_${PN}-doc = "${mandir} ${infodir}"
40# For LXC the docdir only contains example configuration files and should be included in the lxc package
41FILES_${PN} += "${docdir}"
39FILES_${PN}-dbg += "${libexecdir}/lxc/.debug" 42FILES_${PN}-dbg += "${libexecdir}/lxc/.debug"