summaryrefslogtreecommitdiffstats
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
parent156b6a6db154e1069b512c484b5ce758dc720e6b (diff)
downloadmeta-virtualization-98093ac9ab99d11c4e549436eb0abcef438fb6ce.tar.gz
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>
-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 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}"
37EXTRA_OECONF += "--with-distro=${DISTRO}" 37EXTRA_OECONF += "--with-distro=${DISTRO}"
38 38
39PACKAGECONFIG ??= "" 39PACKAGECONFIG ??= ""
40PACKAGECONFIG[doc] = "--enable-doc,--disable-doc" 40PACKAGECONFIG[doc] = "--enable-doc,--disable-doc,,"
41PACKAGECONFIG[rpath] = "--enable-rpath,--disable-rpath" 41PACKAGECONFIG[rpath] = "--enable-rpath,--disable-rpath,,"
42PACKAGECONFIG[apparmour] = "--enable-apparmor,--disable-apparmor,apparmor,apparmor" 42PACKAGECONFIG[apparmour] = "--enable-apparmor,--disable-apparmor,apparmor,apparmor"
43 43
44inherit autotools 44inherit autotools