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

Signed-off-by: Joe Slater <[email protected]>
---
 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

_______________________________________________
meta-virtualization mailing list
[email protected]
https://lists.yoctoproject.org/listinfo/meta-virtualization

Reply via email to