diff options
author | Alexander Kanavin <alex.kanavin@gmail.com> | 2019-02-22 16:19:07 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-02-25 10:43:07 +0000 |
commit | 2a727a368c496be6bcabf4a652e7bc7272f6c3b6 (patch) | |
tree | 796965886471769e344b8234d62749dbba030d13 | |
parent | 70e2baa4bd256b7ab0b177331c37883ab32bb8c1 (diff) | |
download | poky-2a727a368c496be6bcabf4a652e7bc7272f6c3b6.tar.gz |
util-linux: add the missing manpages PACKAGECONFIG
(From OE-Core rev: 98d7eb29c52b1a050bdfeec8af8338ea27b4b3ba)
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-core/util-linux/util-linux.inc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/recipes-core/util-linux/util-linux.inc b/meta/recipes-core/util-linux/util-linux.inc index ea654e193a..e30e6331fd 100644 --- a/meta/recipes-core/util-linux/util-linux.inc +++ b/meta/recipes-core/util-linux/util-linux.inc | |||
@@ -105,6 +105,9 @@ EXTRA_OECONF = "\ | |||
105 | " | 105 | " |
106 | 106 | ||
107 | PACKAGECONFIG_class-target ?= "${@bb.utils.filter('DISTRO_FEATURES', 'pam', d)}" | 107 | PACKAGECONFIG_class-target ?= "${@bb.utils.filter('DISTRO_FEATURES', 'pam', d)}" |
108 | # inherit manpages requires this to be present, however util-linux does not have | ||
109 | # configuration options, and installs manpages always | ||
110 | PACKAGECONFIG[manpages] = "" | ||
108 | PACKAGECONFIG[pam] = "--enable-su --enable-runuser,--disable-su --disable-runuser, libpam," | 111 | PACKAGECONFIG[pam] = "--enable-su --enable-runuser,--disable-su --disable-runuser, libpam," |
109 | # Respect the systemd feature for uuidd | 112 | # Respect the systemd feature for uuidd |
110 | PACKAGECONFIG[systemd] = "--with-systemd --with-systemdsystemunitdir=${systemd_system_unitdir}, --without-systemd --without-systemdsystemunitdir,systemd" | 113 | PACKAGECONFIG[systemd] = "--with-systemd --with-systemdsystemunitdir=${systemd_system_unitdir}, --without-systemd --without-systemdsystemunitdir,systemd" |