mirror of
git://git.yoctoproject.org/meta-virtualization.git
synced 2025-07-19 12:50:22 +02:00
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:
parent
156b6a6db1
commit
98093ac9ab
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user