diff options
-rw-r--r-- | recipes-containers/lxc/lxc_0.9.0.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-containers/lxc/lxc_0.9.0.bb b/recipes-containers/lxc/lxc_0.9.0.bb index 4bbc1c1e..f960a1f8 100644 --- a/recipes-containers/lxc/lxc_0.9.0.bb +++ b/recipes-containers/lxc/lxc_0.9.0.bb | |||
@@ -43,7 +43,7 @@ PACKAGECONFIG[doc] = "--enable-doc,--disable-doc,," | |||
43 | PACKAGECONFIG[rpath] = "--enable-rpath,--disable-rpath,," | 43 | PACKAGECONFIG[rpath] = "--enable-rpath,--disable-rpath,," |
44 | PACKAGECONFIG[apparmour] = "--enable-apparmor,--disable-apparmor,apparmor,apparmor" | 44 | PACKAGECONFIG[apparmour] = "--enable-apparmor,--disable-apparmor,apparmor,apparmor" |
45 | 45 | ||
46 | inherit autotools | 46 | inherit autotools pkgconfig |
47 | 47 | ||
48 | FILES_${PN}-doc = "${mandir} ${infodir}" | 48 | FILES_${PN}-doc = "${mandir} ${infodir}" |
49 | # For LXC the docdir only contains example configuration files and should be included in the lxc package | 49 | # For LXC the docdir only contains example configuration files and should be included in the lxc package |