mirror of
https://git.yoctoproject.org/poky
synced 2026-05-09 05:29:32 +00:00
busybox: Add flock utility to default configuration.
Flock is required by by pm-utils package to function properly (/usr/lib/pm-utils/functions). It's shipped in both busybox and util-linux. Both versions work fine with pm-utils. Enabling it in busybox seems like simpliest solution for the problem. (From OE-Core rev: a8ba002b5eb3c2e57550483d7b3ea99f0cc8a9cb) Signed-off-by: Peter Tworek <tworaz666@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
67cfa74744
commit
0e80bb7a26
@@ -540,7 +540,7 @@ CONFIG_FEATURE_FDISK_WRITABLE=y
|
||||
# CONFIG_FEATURE_GPT_LABEL is not set
|
||||
# CONFIG_FEATURE_FDISK_ADVANCED is not set
|
||||
# CONFIG_FINDFS is not set
|
||||
# CONFIG_FLOCK is not set
|
||||
CONFIG_FLOCK=y
|
||||
# CONFIG_FREERAMDISK is not set
|
||||
CONFIG_FSCK_MINIX=y
|
||||
# CONFIG_MKFS_EXT2 is not set
|
||||
|
||||
Reference in New Issue
Block a user