diff options
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-core/util-linux/util-linux.inc | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/meta/recipes-core/util-linux/util-linux.inc b/meta/recipes-core/util-linux/util-linux.inc index 5bae370688..d373cecdf0 100644 --- a/meta/recipes-core/util-linux/util-linux.inc +++ b/meta/recipes-core/util-linux/util-linux.inc | |||
@@ -42,18 +42,17 @@ EXTRA_OECONF = "--libdir=${base_libdir} --disable-use-tty-group \ | |||
42 | --disable-makeinstall-chown --enable-elvtune --enable-init \ | 42 | --disable-makeinstall-chown --enable-elvtune --enable-init \ |
43 | --enable-kill --enable-last --enable-mesg --enable-partx \ | 43 | --enable-kill --enable-last --enable-mesg --enable-partx \ |
44 | --enable-raw --enable-rdev --enable-reset --disable-login \ | 44 | --enable-raw --enable-rdev --enable-reset --disable-login \ |
45 | --disable-vipw --disable-newgrp --disable-chfn-chsh --disable-su \ | 45 | --disable-vipw --disable-newgrp --disable-chfn-chsh \ |
46 | --enable-write --enable-arch --enable-mount --with-fsprobe=builtin \ | 46 | --enable-write --enable-arch --enable-mount --with-fsprobe=builtin \ |
47 | --enable-libuuid --enable-libblkid --enable-fsck --without-udev \ | 47 | --enable-libuuid --enable-libblkid --enable-fsck --without-udev \ |
48 | --disable-runuser \ | ||
49 | usrsbin_execdir='${sbindir}' \ | 48 | usrsbin_execdir='${sbindir}' \ |
50 | " | 49 | " |
50 | PACKAGECONFIG_class-target ??= "${@base_contains('DISTRO_FEATURES', 'pam', 'libpam', '', d)} \ | ||
51 | ${@base_contains('DISTRO_FEATURES', 'systemd', 'systemd', '', d)} " | ||
52 | PACKAGECONFIG[pam] = "--enable-su --enable-runuser,--disable-su --disable-runuser, pam," | ||
51 | 53 | ||
52 | # Respect the systemd feature for uuidd | 54 | # Respect the systemd feature for uuidd |
53 | EXTRA_OECONF += "${@base_contains('DISTRO_FEATURES', 'systemd', '--enable-socket-activation', '--disable-socket-activation', d)}" | 55 | PACKAGECONFIG[systemd] = "--enable-socket-activation --with-systemdsystemunitdir=${systemd_unitdir}/system/, --disable-socket-activation --without-systemdsystemunitdir" |
54 | EXTRA_OECONF += "${@base_contains('DISTRO_FEATURES', 'systemd', '--with-systemdsystemunitdir=${systemd_unitdir}/system/', '--without-systemdsystemunitdir', d)}" | ||
55 | |||
56 | EXTRA_OECONF_append_class-native = " --disable-login --disable-su --disable-runuser" | ||
57 | 56 | ||
58 | FILES_${PN}-bash-completion += "${datadir}/bash-completion" | 57 | FILES_${PN}-bash-completion += "${datadir}/bash-completion" |
59 | FILES_${PN}-doc += "${datadir}/getopt/getopt-*.*" | 58 | FILES_${PN}-doc += "${datadir}/getopt/getopt-*.*" |