diff options
author | Ross Burton <ross@burtonini.com> | 2021-07-05 18:04:18 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-07-07 11:39:42 +0100 |
commit | 31d2e2ef9fb3868c7de5c2779771a0724acbdf90 (patch) | |
tree | c4d95ae7a86659d916a39a5e4f9211596547b91f /meta/recipes-core | |
parent | 1ffaa2533ec517e33b021681c8543ffd05c2ad6e (diff) | |
download | poky-31d2e2ef9fb3868c7de5c2779771a0724acbdf90.tar.gz |
util-linux: build chfn and chsh
As we now split util-linux per-binary there's no disadvantage to not
building chfn and chsh.
This also means that the tests pass instead of failing when the test
uses the binaries from shadow.
(From OE-Core rev: 804c6b5bd3d398d5ea2a45d6bcc23c76e328ea3f)
Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core')
-rw-r--r-- | meta/recipes-core/util-linux/util-linux_2.37.bb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/meta/recipes-core/util-linux/util-linux_2.37.bb b/meta/recipes-core/util-linux/util-linux_2.37.bb index 9a50c75e77..933995ea94 100644 --- a/meta/recipes-core/util-linux/util-linux_2.37.bb +++ b/meta/recipes-core/util-linux/util-linux_2.37.bb | |||
@@ -71,7 +71,7 @@ EXTRA_OECONF = "\ | |||
71 | --enable-mount --enable-partx --enable-raw --enable-rfkill \ | 71 | --enable-mount --enable-partx --enable-raw --enable-rfkill \ |
72 | --enable-unshare --enable-write \ | 72 | --enable-unshare --enable-write \ |
73 | \ | 73 | \ |
74 | --disable-bfs --disable-chfn-chsh --disable-login \ | 74 | --disable-bfs --disable-login \ |
75 | --disable-makeinstall-chown --disable-minix --disable-newgrp \ | 75 | --disable-makeinstall-chown --disable-minix --disable-newgrp \ |
76 | --disable-use-tty-group --disable-vipw \ | 76 | --disable-use-tty-group --disable-vipw \ |
77 | \ | 77 | \ |
@@ -209,6 +209,8 @@ ALTERNATIVE_PRIORITY = "80" | |||
209 | ALTERNATIVE_LINK_NAME[blkid] = "${base_sbindir}/blkid" | 209 | ALTERNATIVE_LINK_NAME[blkid] = "${base_sbindir}/blkid" |
210 | ALTERNATIVE_LINK_NAME[blockdev] = "${base_sbindir}/blockdev" | 210 | ALTERNATIVE_LINK_NAME[blockdev] = "${base_sbindir}/blockdev" |
211 | ALTERNATIVE_LINK_NAME[cal] = "${bindir}/cal" | 211 | ALTERNATIVE_LINK_NAME[cal] = "${bindir}/cal" |
212 | ALTERNATIVE_LINK_NAME[chfn] = "${bindir}/chfn" | ||
213 | ALTERNATIVE_LINK_NAME[chsh] = "${bindir}/chsh" | ||
212 | ALTERNATIVE_LINK_NAME[chrt] = "${bindir}/chrt" | 214 | ALTERNATIVE_LINK_NAME[chrt] = "${bindir}/chrt" |
213 | ALTERNATIVE_LINK_NAME[dmesg] = "${base_bindir}/dmesg" | 215 | ALTERNATIVE_LINK_NAME[dmesg] = "${base_bindir}/dmesg" |
214 | ALTERNATIVE_LINK_NAME[eject] = "${bindir}/eject" | 216 | ALTERNATIVE_LINK_NAME[eject] = "${bindir}/eject" |