summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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"