diff options
| author | Josep Puigdemont <josep.puigdemont@enea.com> | 2014-09-30 15:11:15 +0200 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2014-10-01 00:58:39 -0400 |
| commit | 7a7254d6d0798bac1f733ede9ba69488d36921d9 (patch) | |
| tree | 4eb67db79bbb76875f7df12e96422444044738c5 | |
| parent | e7c3ee2a60cf4873fd7002b0be4ce31e9b601902 (diff) | |
| download | meta-virtualization-7a7254d6d0798bac1f733ede9ba69488d36921d9.tar.gz | |
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>
| -rw-r--r-- | recipes-containers/lxc/lxc_1.0.5.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-containers/lxc/lxc_1.0.5.bb b/recipes-containers/lxc/lxc_1.0.5.bb index 04c027d4..232a3d07 100644 --- a/recipes-containers/lxc/lxc_1.0.5.bb +++ b/recipes-containers/lxc/lxc_1.0.5.bb | |||
| @@ -38,7 +38,7 @@ PTEST_CONF = "${@base_contains('DISTRO_FEATURES', 'ptest', '--enable-tests', '', | |||
| 38 | EXTRA_OECONF += "--with-distro=${DISTRO} ${PTEST_CONF}" | 38 | EXTRA_OECONF += "--with-distro=${DISTRO} ${PTEST_CONF}" |
| 39 | 39 | ||
| 40 | PACKAGECONFIG ??= "templates" | 40 | PACKAGECONFIG ??= "templates" |
| 41 | PACKAGECONFIG[doc] = "--enable-doc,--disable-doc,," | 41 | PACKAGECONFIG[doc] = "--enable-doc --enable-api-docs,--disable-doc --disable-api-docs,," |
| 42 | PACKAGECONFIG[rpath] = "--enable-rpath,--disable-rpath,," | 42 | PACKAGECONFIG[rpath] = "--enable-rpath,--disable-rpath,," |
| 43 | PACKAGECONFIG[apparmour] = "--enable-apparmor,--disable-apparmor,apparmor,apparmor" | 43 | PACKAGECONFIG[apparmour] = "--enable-apparmor,--disable-apparmor,apparmor,apparmor" |
| 44 | PACKAGECONFIG[templates] = ",,, ${PN}-templates" | 44 | PACKAGECONFIG[templates] = ",,, ${PN}-templates" |
