diff options
-rw-r--r-- | recipes-containers/lxc/lxc_0.9.0.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-containers/lxc/lxc_0.9.0.bb b/recipes-containers/lxc/lxc_0.9.0.bb index 21c7e922..30316bb2 100644 --- a/recipes-containers/lxc/lxc_0.9.0.bb +++ b/recipes-containers/lxc/lxc_0.9.0.bb | |||
@@ -37,8 +37,8 @@ S = "${WORKDIR}/${PN}-${PV}" | |||
37 | EXTRA_OECONF += "--with-distro=${DISTRO}" | 37 | EXTRA_OECONF += "--with-distro=${DISTRO}" |
38 | 38 | ||
39 | PACKAGECONFIG ??= "" | 39 | PACKAGECONFIG ??= "" |
40 | PACKAGECONFIG[doc] = "--enable-doc,--disable-doc" | 40 | PACKAGECONFIG[doc] = "--enable-doc,--disable-doc,," |
41 | PACKAGECONFIG[rpath] = "--enable-rpath,--disable-rpath" | 41 | PACKAGECONFIG[rpath] = "--enable-rpath,--disable-rpath,," |
42 | PACKAGECONFIG[apparmour] = "--enable-apparmor,--disable-apparmor,apparmor,apparmor" | 42 | PACKAGECONFIG[apparmour] = "--enable-apparmor,--disable-apparmor,apparmor,apparmor" |
43 | 43 | ||
44 | inherit autotools | 44 | inherit autotools |