[meta-virtualization] [PATCH 2/2] lxc: use four fields for PACAKGECONFIG[] info

Joe Slater jslater at windriver.com
Fri May 24 11:05:25 PDT 2013


To be safe, we specifiy all four possible fields
even if some trailing ones are null.

Signed-off-by: Joe Slater <jslater at windriver.com>
---
 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 1db6d40..1e36dd9 100644
--- a/recipes-containers/lxc/lxc_0.9.0.bb
+++ b/recipes-containers/lxc/lxc_0.9.0.bb
@@ -35,8 +35,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
-- 
1.7.3.4




More information about the meta-virtualization mailing list