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>
This commit is contained in:
Joe Slater 2013-05-24 11:05:25 -07:00 committed by Bruce Ashfield
parent 156b6a6db1
commit 98093ac9ab

View File

@ -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