]> code.ossystems Code Review - openembedded-core.git/commitdiff
busybox: Add flock utility to default configuration.
authorPeter Tworek <tworaz666@gmail.com>
Thu, 2 Feb 2012 20:21:26 +0000 (21:21 +0100)
committerSaul Wold <sgw@linux.intel.com>
Tue, 7 Feb 2012 22:37:12 +0000 (14:37 -0800)
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.

Signed-off-by: Peter Tworek <tworaz666@gmail.com>
meta/recipes-core/busybox/busybox-1.19.3/defconfig

index b474ad408707f8e775ed84731fdc318911e7dd8f..fa9c078acb6a1cc9b4f4952c0304756c6c7ef404 100644 (file)
@@ -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