diff options
author | André Draszik <andre.draszik@jci.com> | 2019-01-16 12:51:12 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-02-02 11:05:59 +0000 |
commit | 763593e597a071ee4871e22323f53c5f8b558797 (patch) | |
tree | 075854bff030ec6ca2dbd5e5ac9757b2a9b336e6 | |
parent | ccae89188966c9162782c6eb3ede9572c3683c5c (diff) | |
download | poky-763593e597a071ee4871e22323f53c5f8b558797.tar.gz |
util-linux: remove minix remnants
While commit fc66762d7c11 ("util-linux: Disable minix support.")
(or e88cee8cc31d in poky) removed most of the bits, there are
still references to minix remaining.
Remove them.
(From OE-Core rev: 577a3723052c4465a7858cd2de05292e67a93cce)
Signed-off-by: André Draszik <andre.draszik@jci.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-core/util-linux/util-linux.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-core/util-linux/util-linux.inc b/meta/recipes-core/util-linux/util-linux.inc index 7bfec80508..406af58502 100644 --- a/meta/recipes-core/util-linux/util-linux.inc +++ b/meta/recipes-core/util-linux/util-linux.inc | |||
@@ -159,7 +159,7 @@ do_install () { | |||
159 | mkdir -p ${D}${base_bindir} | 159 | mkdir -p ${D}${base_bindir} |
160 | 160 | ||
161 | sbinprogs="agetty ctrlaltdel cfdisk vipw vigr" | 161 | sbinprogs="agetty ctrlaltdel cfdisk vipw vigr" |
162 | sbinprogs_a="pivot_root hwclock mkswap mkfs.minix fsck.minix losetup swapon swapoff fdisk fsck blkid blockdev fstrim sulogin switch_root nologin" | 162 | sbinprogs_a="pivot_root hwclock mkswap losetup swapon swapoff fdisk fsck blkid blockdev fstrim sulogin switch_root nologin" |
163 | binprogs_a="dmesg getopt kill more umount mount login su mountpoint" | 163 | binprogs_a="dmesg getopt kill more umount mount login su mountpoint" |
164 | 164 | ||
165 | if [ "${base_sbindir}" != "${sbindir}" ]; then | 165 | if [ "${base_sbindir}" != "${sbindir}" ]; then |