mirror of
git://git.yoctoproject.org/meta-virtualization.git
synced 2025-07-19 12:50:22 +02:00
lxc: build API docs only when required
Signed-off-by: Josep Puigdemont <josep.puigdemont@enea.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
This commit is contained in:
parent
e7c3ee2a60
commit
7a7254d6d0
|
@ -38,7 +38,7 @@ PTEST_CONF = "${@base_contains('DISTRO_FEATURES', 'ptest', '--enable-tests', '',
|
|||
EXTRA_OECONF += "--with-distro=${DISTRO} ${PTEST_CONF}"
|
||||
|
||||
PACKAGECONFIG ??= "templates"
|
||||
PACKAGECONFIG[doc] = "--enable-doc,--disable-doc,,"
|
||||
PACKAGECONFIG[doc] = "--enable-doc --enable-api-docs,--disable-doc --disable-api-docs,,"
|
||||
PACKAGECONFIG[rpath] = "--enable-rpath,--disable-rpath,,"
|
||||
PACKAGECONFIG[apparmour] = "--enable-apparmor,--disable-apparmor,apparmor,apparmor"
|
||||
PACKAGECONFIG[templates] = ",,, ${PN}-templates"
|
||||
|
|
Loading…
Reference in New Issue
Block a user