diff options
author | Alexander Kanavin <alexander.kanavin@linux.intel.com> | 2016-09-29 16:29:41 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-10-28 11:27:33 +0100 |
commit | 8fbeca00c9819838f0c5257fe05c099e9238d3b7 (patch) | |
tree | 8ff29668e1ee3bb0e449ca6f2ed89ae474ee787f | |
parent | e9c8421023b180b6533aa6f580044069538ecd22 (diff) | |
download | openembedded-core-8fbeca00c9819838f0c5257fe05c099e9238d3b7.tar.gz openembedded-core-8fbeca00c9819838f0c5257fe05c099e9238d3b7.tar.bz2 openembedded-core-8fbeca00c9819838f0c5257fe05c099e9238d3b7.zip |
systemd: enable building of manpages if api-documentation feature is in distro features
Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
-rw-r--r-- | meta/recipes-core/systemd/systemd_230.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-core/systemd/systemd_230.bb b/meta/recipes-core/systemd/systemd_230.bb index 9484ad08eb..542f99d04b 100644 --- a/meta/recipes-core/systemd/systemd_230.bb +++ b/meta/recipes-core/systemd/systemd_230.bb @@ -8,7 +8,7 @@ DEPENDS = "kmod intltool-native gperf-native acl readline libcap libcgroup qemu- SECTION = "base/shell" -inherit useradd pkgconfig autotools perlnative update-rc.d update-alternatives qemu systemd ptest gettext bash-completion +inherit useradd pkgconfig autotools perlnative update-rc.d update-alternatives qemu systemd ptest gettext bash-completion manpages SRC_URI += " \ file://touchscreen.rules \ |