From 98093ac9ab99d11c4e549436eb0abcef438fb6ce Mon Sep 17 00:00:00 2001 From: Joe Slater Date: Fri, 24 May 2013 11:05:25 -0700 Subject: 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 Signed-off-by: Bruce Ashfield --- recipes-containers/lxc/lxc_0.9.0.bb | 4 ++-- 1 file 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}" 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 -- cgit v1.2.3-54-g00ecf