aboutsummaryrefslogtreecommitdiff
path: root/recipes-containers/lxc
diff options
context:
space:
mode:
authorJoe Slater <jslater@windriver.com>2013-05-24 11:05:25 -0700
committerBruce Ashfield <bruce.ashfield@windriver.com>2013-05-24 21:01:32 -0700
commit98093ac9ab99d11c4e549436eb0abcef438fb6ce (patch)
tree52a607aaabd9477b56f88494853663daa0dbc3bd /recipes-containers/lxc
parent156b6a6db154e1069b512c484b5ce758dc720e6b (diff)
lxc: use four fields for PACAKGECONFIG[] info
To be safe, we specifiy all four possible fields even if some trailing ones are null. Signed-off-by: Joe Slater <jslater@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'recipes-containers/lxc')
-rw-r--r--recipes-containers/lxc/lxc_0.9.0.bb4
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 21c7e92..30316bb 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}"
EXTRA_OECONF += "--with-distro=${DISTRO}"
PACKAGECONFIG ??= ""
-PACKAGECONFIG[doc] = "--enable-doc,--disable-doc"
-PACKAGECONFIG[rpath] = "--enable-rpath,--disable-rpath"
+PACKAGECONFIG[doc] = "--enable-doc,--disable-doc,,"
+PACKAGECONFIG[rpath] = "--enable-rpath,--disable-rpath,,"
PACKAGECONFIG[apparmour] = "--enable-apparmor,--disable-apparmor,apparmor,apparmor"
inherit autotools