summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--recipes-containers/lxc/lxc_1.0.5.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-containers/lxc/lxc_1.0.5.bb b/recipes-containers/lxc/lxc_1.0.5.bb
index 04c027d4..232a3d07 100644
--- a/recipes-containers/lxc/lxc_1.0.5.bb
+++ b/recipes-containers/lxc/lxc_1.0.5.bb
@@ -38,7 +38,7 @@ PTEST_CONF = "${@base_contains('DISTRO_FEATURES', 'ptest', '--enable-tests', '',
38EXTRA_OECONF += "--with-distro=${DISTRO} ${PTEST_CONF}" 38EXTRA_OECONF += "--with-distro=${DISTRO} ${PTEST_CONF}"
39 39
40PACKAGECONFIG ??= "templates" 40PACKAGECONFIG ??= "templates"
41PACKAGECONFIG[doc] = "--enable-doc,--disable-doc,," 41PACKAGECONFIG[doc] = "--enable-doc --enable-api-docs,--disable-doc --disable-api-docs,,"
42PACKAGECONFIG[rpath] = "--enable-rpath,--disable-rpath,," 42PACKAGECONFIG[rpath] = "--enable-rpath,--disable-rpath,,"
43PACKAGECONFIG[apparmour] = "--enable-apparmor,--disable-apparmor,apparmor,apparmor" 43PACKAGECONFIG[apparmour] = "--enable-apparmor,--disable-apparmor,apparmor,apparmor"
44PACKAGECONFIG[templates] = ",,, ${PN}-templates" 44PACKAGECONFIG[templates] = ",,, ${PN}-templates"