diff options
author | Peter Tworek <tworaz666@gmail.com> | 2012-02-02 21:21:26 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-02-08 00:50:22 +0000 |
commit | 0e80bb7a2650a45c14b2c65ea83dd2aeb32e2b0c (patch) | |
tree | 6c2a2cae9b24b206d42e512c8fed0e319445fa1a /meta | |
parent | 67cfa7474449987f1f0c5232e19783ee79e3883d (diff) | |
download | poky-0e80bb7a2650a45c14b2c65ea83dd2aeb32e2b0c.tar.gz |
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>
Diffstat (limited to 'meta')
-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 | |||
540 | # CONFIG_FEATURE_GPT_LABEL is not set | 540 | # CONFIG_FEATURE_GPT_LABEL is not set |
541 | # CONFIG_FEATURE_FDISK_ADVANCED is not set | 541 | # CONFIG_FEATURE_FDISK_ADVANCED is not set |
542 | # CONFIG_FINDFS is not set | 542 | # CONFIG_FINDFS is not set |
543 | # CONFIG_FLOCK is not set | 543 | CONFIG_FLOCK=y |
544 | # CONFIG_FREERAMDISK is not set | 544 | # CONFIG_FREERAMDISK is not set |
545 | CONFIG_FSCK_MINIX=y | 545 | CONFIG_FSCK_MINIX=y |
546 | # CONFIG_MKFS_EXT2 is not set | 546 | # CONFIG_MKFS_EXT2 is not set |