summaryrefslogtreecommitdiff
path: root/meta-phosphor/common/recipes-core
diff options
context:
space:
mode:
authorJoel Stanley <joel@jms.id.au>2018-02-23 06:52:20 +0300
committerBrad Bishop <bradleyb@fuzziesquirrel.com>2018-02-26 02:33:46 +0300
commite1c314553b2332ae3add16ccea68cd97bcfa42b5 (patch)
tree39389853249ed4cc1e9dbe1470c4662a7207be9b /meta-phosphor/common/recipes-core
parente8c0d132ac8066721618fbf9c72b821838bf86a1 (diff)
downloadopenbmc-e1c314553b2332ae3add16ccea68cd97bcfa42b5.tar.xz
meta-phosphor: Disable systemd manpage generation
This saves the download and building of the following packages: libxslt xmlto docbook-xml-dtd4 docbook-xsl-stylesheets Change-Id: Ib2488375f642ce72e18c57ee6b77cdb71251d7c6 Signed-off-by: Joel Stanley <joel@jms.id.au>
Diffstat (limited to 'meta-phosphor/common/recipes-core')
-rw-r--r--meta-phosphor/common/recipes-core/systemd/systemd_%.bbappend3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta-phosphor/common/recipes-core/systemd/systemd_%.bbappend b/meta-phosphor/common/recipes-core/systemd/systemd_%.bbappend
index 3208ae338..a18d67396 100644
--- a/meta-phosphor/common/recipes-core/systemd/systemd_%.bbappend
+++ b/meta-phosphor/common/recipes-core/systemd/systemd_%.bbappend
@@ -3,7 +3,8 @@ FILES_${PN}-catalog-extralocales = \
PACKAGES =+ "${PN}-catalog-extralocales"
PACKAGECONFIG_append = " networkd coredump"
PACKAGECONFIG_remove = "machined hibernate ldconfig binfmt backlight localed \
- quotacheck kdbus ima smack polkit logind bootchart utmp"
+ quotacheck kdbus ima smack polkit logind bootchart utmp \
+ manpages"
FILESEXTRAPATHS_append := "${THISDIR}/${PN}:"
SRC_URI += "file://default.network"
SRC_URI += "file://service-restart-policy.conf"