diff options
author | Peter Tworek <tworaz666@gmail.com> | 2012-02-02 21:21:26 +0100 |
---|---|---|
committer | Saul Wold <sgw@linux.intel.com> | 2012-02-07 14:37:12 -0800 |
commit | a8ba002b5eb3c2e57550483d7b3ea99f0cc8a9cb (patch) | |
tree | ac3c71fb1ec223e21445f6e94af7fa83bb418df4 /meta/recipes-core | |
parent | 5209016cf4c4c8f649e37dc8857b3fbcfe8dd8c8 (diff) | |
download | openembedded-core-a8ba002b5eb3c2e57550483d7b3ea99f0cc8a9cb.tar.gz openembedded-core-a8ba002b5eb3c2e57550483d7b3ea99f0cc8a9cb.tar.bz2 openembedded-core-a8ba002b5eb3c2e57550483d7b3ea99f0cc8a9cb.zip |
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.
Signed-off-by: Peter Tworek <tworaz666@gmail.com>
Diffstat (limited to 'meta/recipes-core')
-rw-r--r-- | meta/recipes-core/busybox/busybox-1.19.3/defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-core/busybox/busybox-1.19.3/defconfig b/meta/recipes-core/busybox/busybox-1.19.3/defconfig index b474ad4087..fa9c078acb 100644 --- a/meta/recipes-core/busybox/busybox-1.19.3/defconfig +++ b/meta/recipes-core/busybox/busybox-1.19.3/defconfig @@ -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 |