summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorChen Qi <Qi.Chen@windriver.com>2014-11-30 16:46:38 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-12-05 18:01:05 +0000
commit845fc6fdbe169649f46a237b4489d926faa257cd (patch)
tree55a1387761418a9d30280be76593cdffd25d5e40 /meta
parent87298099f1e0820655b3a80ddd47e63c7e60cd15 (diff)
downloadpoky-845fc6fdbe169649f46a237b4489d926faa257cd.tar.gz
systemd: add PACKAGECONFIG for 'manpages'
Instead of always disabling manpages for systemd, we use PACKAGECONFIG for 'manpages' so that the manpages for systemd could be built out correctly. (From OE-Core rev: 9abb72664b27cf5fbde50283b2a877ce546c3d43) Signed-off-by: Chen Qi <Qi.Chen@windriver.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r--meta/recipes-core/systemd/systemd_216.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-core/systemd/systemd_216.bb b/meta/recipes-core/systemd/systemd_216.bb
index b33f95e023..536b7be25d 100644
--- a/meta/recipes-core/systemd/systemd_216.bb
+++ b/meta/recipes-core/systemd/systemd_216.bb
@@ -66,6 +66,7 @@ PACKAGECONFIG[resolved] = "--enable-resolved,--disable-resolved"
66PACKAGECONFIG[networkd] = "--enable-networkd,--disable-networkd" 66PACKAGECONFIG[networkd] = "--enable-networkd,--disable-networkd"
67PACKAGECONFIG[libidn] = "--enable-libidn,--disable-libidn,libidn" 67PACKAGECONFIG[libidn] = "--enable-libidn,--disable-libidn,libidn"
68PACKAGECONFIG[audit] = "--enable-audit,--disable-audit,audit" 68PACKAGECONFIG[audit] = "--enable-audit,--disable-audit,audit"
69PACKAGECONFIG[manpages] = "--enable-manpages,--disable-manpages,libxslt-native xmlto-native docbook-xml-dtd4-native docbook-xsl-stylesheets-native"
69 70
70CACHED_CONFIGUREVARS = "ac_cv_path_KILL=${base_bindir}/kill" 71CACHED_CONFIGUREVARS = "ac_cv_path_KILL=${base_bindir}/kill"
71 72
@@ -80,7 +81,6 @@ EXTRA_OECONF = " --with-rootprefix=${rootprefix} \
80 --with-rootlibdir=${rootlibdir} \ 81 --with-rootlibdir=${rootlibdir} \
81 --with-roothomedir=${ROOT_HOME} \ 82 --with-roothomedir=${ROOT_HOME} \
82 ${@bb.utils.contains('DISTRO_FEATURES', 'pam', '--enable-pam', '--disable-pam', d)} \ 83 ${@bb.utils.contains('DISTRO_FEATURES', 'pam', '--enable-pam', '--disable-pam', d)} \
83 --disable-manpages \
84 --disable-coredump \ 84 --disable-coredump \
85 --disable-introspection \ 85 --disable-introspection \
86 --disable-kdbus \ 86 --disable-kdbus \